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']) . '">'; (责任编辑:最模板) |