{$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‘);    }
时间: 2024-11-25 10:37:17