forked from Cavemanon/cavepaintings
update non-layout.class.php uses of html_headers too
This commit is contained in:
@ -3,9 +3,8 @@
|
||||
class HomeTheme extends Themelet {
|
||||
public function display_page(Page $page, $sitename, $base_href, $theme_name, $body) {
|
||||
$page->set_mode("data");
|
||||
$hh = "";
|
||||
$page->add_auto_html_headers();
|
||||
foreach($page->html_headers as $h) {$hh .= $h;}
|
||||
$hh = $page->get_all_html_headers();
|
||||
$page->set_data(<<<EOD
|
||||
<html>
|
||||
<head>
|
||||
|
Reference in New Issue
Block a user