PageMode constants

This commit is contained in:
Matthew Barbour
2019-06-18 20:58:28 -05:00
committed by matthew
parent 123089bfbf
commit 826c623538
62 changed files with 160 additions and 159 deletions

View File

@ -4,7 +4,7 @@ class HomeTheme extends Themelet
{
public function display_page(Page $page, $sitename, $base_href, $theme_name, $body)
{
$page->set_mode("data");
$page->set_mode(PageMode::DATA);
$page->add_auto_html_headers();
$hh = $page->get_all_html_headers();
$page->set_data(