Initial commit
This commit is contained in:
8
themes/murkymodern/components/page.php
Normal file
8
themes/murkymodern/components/page.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if ($page->readable())
|
||||
{
|
||||
addTitle($page->data['pageTitle']);
|
||||
echo "<article>".entry_show_all($page->data['pageContent'])."</article>";
|
||||
} else
|
||||
echo "<h2>$_locale[page_not_found]</h2><p>$_locale[page_not_found_text]</p>";
|
Reference in New Issue
Block a user