Searched refs:tpl_include_page (Results 1 – 7 of 7) sorted by relevance
/plugin/pagestat/ |
H A D | action.php | 60 $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 D | action.php | 182 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 D | helper.php | 166 $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 D | ajax.php | 43 tpl_include_page($ID,true);
|
/plugin/pagebox/ |
H A D | syntax.php | 62 $renderer->doc.= tpl_include_page($page_id, false);
|
/plugin/lms/syntax/ |
H A D | include.php | 77 $renderer->doc .= tpl_include_page($cp, false);
|
/plugin/geonav/tpl/startermap/ |
H A D | main.php | 124 … <?php tpl_include_page($conf['sidebar'], 1, 1) /* includes the nearest sidebar page */ ?>
|