This commit is contained in:
Shish 2020-02-01 23:40:01 +00:00
parent f5c402ad85
commit 05b4cd96dc

View file

@ -38,6 +38,8 @@ class Page extends BasePage
}
}
# used in header.inc
$query = !empty($this->_search_query) ? html_escape(Tag::implode($this->_search_query)) : "";
$flash_html = $this->flash ? "<b id='flash'>".nl2br(html_escape(implode("\n", $this->flash)))."</b>" : "";
$generated = autodate(date('c'));
$footer_html = $this->footer_html();