Kompilator

Took 59 minutes
This commit is contained in:
Krzysztof 'KrzysiekSiemv' Smaga
2023-04-30 21:23:20 +02:00
parent e9216f1710
commit 36302fbaf1
7 changed files with 112 additions and 36 deletions
+5 -4
View File
@@ -1,13 +1,14 @@
<?php
namespace BlogEngine {
require "_config.php";
class Dictionary {
public $page_tags = [
"{POSTS}" => "",
"{LINKS}" => "",
"{TAGS}" => "",
"{TITLE}" => "Tytuł",
"{AUTHOR}" => "lorem",
"{DESCRIPTION}" => "",
"{KEYWORDS}" => BLOG_TAGS,
"{TITLE}" => BLOG_TITLE,
"{AUTHOR}" => BLOG_AUTHOR,
"{DESCRIPTION}" => BLOG_DESC,
"{JS}" => "",
"{CSS}" => ""
];