コード例 #1
0
ファイル: header.php プロジェクト: ao/easyecommerce
<?php

parseThemeFileInc("themes/{$_THEME}/incs/header.tpl");
コード例 #2
0
ファイル: functions.php プロジェクト: ao/easyecommerce
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
ファイル: footer.php プロジェクト: ao/easyecommerce
<?php

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