diff --git a/includes/header.php b/includes/header.php index 2e06189..8cda967 100644 --- a/includes/header.php +++ b/includes/header.php @@ -81,8 +81,9 @@ $settings = $this->page->settings; - name; ?> + + name; ?> + null, ); - $h = new Header($this); - $h->print_header(); + if ($header) { + $h = new Header($this); + $this->header = $h; + $h->print_header(); + } } public function type_info($type) {