Searched refs:footer_html (Results 1 – 2 of 2) sorted by relevance
4 var $footer_html; variable in PreTreeFilterHeaderFooter6 function PreTreeFilterHeaderFooter($header_html, $footer_html) { argument8 $this->footer_html = null;14 if (trim($footer_html) != "") {15 …footer_html = "<body style=\"position: fixed; margin: 0; padding: 1px; width: 100%; left: 0; righ…29 if ($this->footer_html) {30 $box =& $parser->process($this->footer_html, $pipeline, $null);
85 $footer_html = "test";86 $filter = new PreTreeFilterHeaderFooter($header_html, $footer_html);