Files
BlogEngine/vendor/blog-engine/php/Dictionary.php
T

14 lines
316 B
PHP

<?php
namespace BlogEngine {
class Dictionary {
public $page_tags = [
"posts" => "{POSTS}",
"links" => "{LINKS}",
"tags" => "{TAGS}",
"title" => "{TITLE}",
"author" => "{AUTHOR}",
"description" => "{DESCRIPTION}"
];
}
}