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