Searched refs:footer_lvl (Results 1 – 3 of 3) sorted by relevance
/plugin/include/syntax/ |
D | footer.php | 31 list($page, $sect, $sect_title, $flags, $redirect_id, $footer_lvl) = $data; 34 … $renderer->doc .= $this->html_footer($page, $sect, $sect_title, $flags, $footer_lvl, $renderer); 45 function html_footer($page, $sect, $sect_title, $flags, $footer_lvl, &$renderer) { argument 129 $class .= ' level' . $footer_lvl;
|
/plugin/mediasyntax/ |
D | helper.php | 410 $footer_lvl = false; 431 if (!$footer_lvl && ($idx == $first_header) && !$no_header) { 433 $footer_lvl = $lvl_new; 435 $footer_lvl = $lvl_max; 446 if ($no_header && !$footer_lvl) { 448 $footer_lvl = $lvl_new; 450 $footer_lvl = $lvl_max; 463 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl); 501 function _footer($page, $sect, $sect_title, $flags, $footer_lvl) argument 505 …y('mediasyntax_footer', array($page, $sect, $sect_title, $flags, $this->toplevel_id, $footer_lvl));
|
/plugin/include/ |
D | helper.php | 399 $footer_lvl = false; 431 if(!$footer_lvl && ($idx == $first_header) && !$no_header) { 433 $footer_lvl = $lvl_new; 435 $footer_lvl = $lvl_max; 446 if($no_header && !$footer_lvl) { 448 $footer_lvl = $lvl_new; 450 $footer_lvl = $lvl_max; 470 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id); 509 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { argument 512 …oter[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id, $footer_lvl));
|