I see Light of the Internet!
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace BlogEngine {
|
||||
class Dictionary {
|
||||
public $page_tags = [
|
||||
"posts" => "{POSTS}",
|
||||
"links" => "{LINKS}",
|
||||
"tags" => "{TAGS}",
|
||||
"title" => "{TITLE}",
|
||||
"author" => "{AUTHOR}",
|
||||
"description" => "{DESCRIPTION}"
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user