zencart简单设置分类链接不同css样式

includes/templates/模板/sideboxes/tpl_categories.php

$content .= '<a  class="'.$new_style.'" href="' . zen_href_link(FILENAME_DEFAULT, $box_categories_array[$i]['path']) . '">';

替换成

$content .= '<a  class="'.$new_style.' '.str_replace(array("="), "", $box_categories_array[$i]['path']).'" href="' . zen_href_link(FILENAME_DEFAULT, $box_categories_array[$i]['path']) . '">';



转载请注明出处!小鱼阁工作室 -专注zencart建站,织梦企业建站,ecshop商城,二次开发,产品采集,模板修改!技术QQ 631992791
原文地址:https://www.cnblogs.com/afish/p/3999732.html