示例#1
0
<?php

parseThemeFileInc("themes/{$_THEME}/incs/header.tpl");
示例#2
0
function arrIncludes()
{
    global $_THEME;
    return array("find" => array("{include:header}", "{include:footer}", "{include:themepath}"), "replace" => array(parseThemeFileInc("themes/{$_THEME}/include/header.tpl", false), parseThemeFileInc("themes/{$_THEME}/include/footer.tpl", false), "themes/" . $_THEME . "/"));
}
示例#3
0
<?php

parseThemeFileInc("themes/{$_THEME}/incs/footer.tpl");