Exemplo n.º 1
0
<?php

parseThemeFileInc("themes/{$_THEME}/incs/header.tpl");
Exemplo n.º 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 . "/"));
}
Exemplo n.º 3
0
<?php

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