| H A D | helper.php | 239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… argument 244 if (is_null($root_id)) { 246 $root_id = $ID; 277 … $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages); 295 …function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = arra… argument 465 …$this->_editbtn($ins, $page, $sect, $sect_title, ($flags['redirect'] ? $root_id : false), $include… 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 …$footer[1] = array('include_footer', array($page, $sect, $sect_title, $flags, $root_id, $footer_lv… 521 function _editbtn(&$ins, $page, $sect, $sect_title, $root_id, $hid = '') { argument
|