Home
last modified time | relevance | path

Searched refs:tpl_include_page (Results 1 – 7 of 7) sorted by relevance

/plugin/pagestat/
H A Daction.php60 $tool_page= tpl_include_page("user:admin:etools:edit", false, false);
63 $tool_page= tpl_include_page("user:admin:etools:view", false, false);
/plugin/ajaxpeon/
H A Daction.php182 return tpl_include_page($pageid,false);
200 function tpl_include_page($pageid, $print = true, $propagate = false) { function in action_plugin_ajaxpeon
/plugin/tabinclude/
H A Dhelper.php166 $html.=tpl_include_page($tabs[$init_page_idx]['page'],false);
215 $html.=tpl_include_page($tabs[$init_page_idx]['page'],false);
268 $html.=tpl_include_page($tabs[$i]['page'],false);
H A Dajax.php43 tpl_include_page($ID,true);
/plugin/pagebox/
H A Dsyntax.php62 $renderer->doc.= tpl_include_page($page_id, false);
/plugin/lms/syntax/
H A Dinclude.php77 $renderer->doc .= tpl_include_page($cp, false);
/plugin/geonav/tpl/startermap/
H A Dmain.php124 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>