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