标签:
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‘);
}
标签:
原文地址:http://www.cnblogs.com/freeze89/p/4607887.html