{$ecs_css_path}

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');
}
posted @ 2015-06-29 16:56  定格的有天  Views(342)  Comments(0Edit  收藏  举报