Home
last modified time | relevance | path

Searched refs:sect_title (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
57 $name = ($sect) ? $sect_title : $page;
/plugin/mediasyntax/
H A Dhelper.php342 $sect_title = false;
353 if ($sect && !$sect_title) {
354 $sect_title = $ins[$i][1][0];
458 $this->_editbtn($ins, $page, $sect, $sect_title);
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));
514 function _editbtn(&$ins, $page, $sect, $sect_title)
518 $editbtn[1] = array('mediasyntax_editbtn', array($page, $sect, $sect_title, $this->toplevel_id));
511 _footer($page, $sect, $sect_title, $flags, $footer_lvl) global() argument
523 _editbtn(& $ins, $page, $sect, $sect_title) global() argument
/plugin/include/
H A Dhelper.php312 $sect_title = false;
326 if($sect && !$sect_title) {
327 $sect_title = $ins[$i][1][0];
464 $this->_editbtn($ins, $page, $sect, $sect_title, ($flags['redirect'] ? $root_id : false), $include_secid);
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));
520 function _editbtn(&$ins, $page, $sect, $sect_title, $root_id, $hid = '') { argument
521 $title = ($sect) ? $sect_title : $page;