Update
Took 33 minutes
This commit is contained in:
+8
-6
@@ -2,12 +2,14 @@
|
||||
namespace BlogEngine {
|
||||
class Dictionary {
|
||||
public $page_tags = [
|
||||
"posts" => "{POSTS}",
|
||||
"links" => "{LINKS}",
|
||||
"tags" => "{TAGS}",
|
||||
"title" => "{TITLE}",
|
||||
"author" => "{AUTHOR}",
|
||||
"description" => "{DESCRIPTION}"
|
||||
"{POSTS}" => "",
|
||||
"{LINKS}" => "",
|
||||
"{TAGS}" => "",
|
||||
"{TITLE}" => "Tytuł",
|
||||
"{AUTHOR}" => "lorem",
|
||||
"{DESCRIPTION}" => "",
|
||||
"{JS}" => "",
|
||||
"{CSS}" => ""
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user