Home
last modified time | relevance | path

Searched refs:footer_lvl (Results 1 – 3 of 3) sorted by relevance

/plugin/include/syntax/
H A Dfooter.php31 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/
H A Dhelper.php410 $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)
505 $footer[1] = array('mediasyntax_footer', array($page, $sect, $sect_title, $flags, $this->toplevel_id, $footer_lvl));
511 _footer($page, $sect, $sect_title, $flags, $footer_lvl) global() argument
[all...]
/plugin/include/
H A Dhelper.php398 $footer_lvl = false;
430 if(!$footer_lvl && ($idx == $first_header) && !$no_header) {
432 $footer_lvl = $lvl_new;
434 $footer_lvl = $lvl_max;
445 if($no_header && !$footer_lvl) {
447 $footer_lvl = $lvl_new;
449 $footer_lvl = $lvl_max;
469 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id);
508 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { argument
511 $footer[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id, $footer_lvl));
[all...]