ecshop 中的href="{$ecs_css_path}",这个样式是在哪定义的,怎么找不到呢?这是怎么用的?谁能告诉一下?

2024-11-30 02:34:09
推荐回答(2个)
回答1:

你网站的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');
}

回答2:

麻.烦`采纳.··.·`··`