Searched refs:pageid (Results 1 – 5 of 5) sorted by relevance
/template/lisps/ |
H A D | main.php | 17 function template_getLastModOfGivenPageId($pageid){ argument 24 $ID = $pageid; 40 function template_tpl_include_page($pageid, $print = true, $propagate = false, $rev = '') { argument 41 if (!$pageid) return false; 42 if ($propagate) $pageid = page_findnearest($pageid); 46 $html = p_wiki_xhtml($pageid, $rev, false);
|
/template/amanuensis/inc/ |
H A D | index.php | 49 $pageid=array(); 68 $pageid = diceID($IDdisplay); 72 $pageid = index_dicedID ($pageid); 74 array_unshift($data1, array_shift($pageid)); 75 $arrlent = count($pageid); 79 array_push ($data1, $pageid[$nn] );
|
/template/simple_sidebar/ |
H A D | main.php | 150 $pageid = "sidebar:" . $INFO['client']; variable 151 tpl_include_page($pageid);
|
/template/starterbootstrap/ |
H A D | tpl_functions.php | 530 function bootstrap_tpl_get_sidebar($pageid, $cache) { argument 535 $file = wikiFN($pageid, $rev); 539 $html = p_cached_output($file,'xhtml',$pageid); 543 …$html = p_render('xhtml',p_get_instructions(io_readWikiPage($file,$pageid,$rev)),$info); //no cach…
|
/template/congrid/ |
H A D | style.ini | 25 css/pageid.css = screen
|