首页 > 技术文章 > {$ecs_css_path}

freeze89 2015-06-29 16:56 原文

includes里的init.php的187-194行

if (!empty($_CFG['stylename']))
{
$smarty->assign('ecs_css_path', 'themes/' . $_CFG['template'] . '/style_' . $_CFG['stylename'] . '.css');
}
else
{
$smarty->assign('ecs_css_path', 'themes/' . $_CFG['template'] . '/style.css');
}

推荐阅读