Initial commit

This commit is contained in:
Péntek Sándor
2016-06-18 10:07:35 +02:00
commit 41c686945a
398 changed files with 36832 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
if ($page->readable())
{
addTitle($page->data['pageTitle']);
echo "<article><div class='content'>".entry_show_all($page->data['pageContent'])."</div></article>";
} else
echo "<h2>$_locale[page_not_found]</h2><p>$_locale[page_not_found_text]</p>";