Home
last modified time | relevance | path

Searched refs:prependTOC (Results 1 – 4 of 4) sorted by path

/template/bootie/
H A Dmain.php108 <?php tpl_content($prependTOC = false) ?> variable
/template/bulma/
H A Dtpl_functions.php48 function _tpl_content($prependTOC = false) { argument
51 $INFO['prependTOC'] = $prependTOC;
/template/strap/class/
H A DTplUtility.php1493 * @param bool $prependTOC
1497 static function tpl_content(bool $prependTOC = true)
1504 $INFO['prependTOC'] = $prependTOC;
1487 tpl_content(bool $prependTOC = true) global() argument
/template/strap/
H A Dmain.php29 $mainHtml = TplUtility::tpl_content($prependTOC = false); variable
366 echo TplUtility::tpl_content($prependTOC = true); variable