分類目錄不能顯示~!!!!!!!!!!!!!!急急

2016-07-07 16:16 来源:www.chinab4c.com 作者:ecshop专家

大家可以帮一下忙吗?
<style>
#TestMenu{ background:#fffef3; border-bottom:1px solid #8c8c8c; border-left:1px solid #8c8c8c;
border-right:1px solid #8c8c8c;padding:4px 8px; line-height:20px;color:#353535;word-spacing: 1px;margin-bottom:6px;}
.menu_title0{font-weight:bold;margin:5px 0; text-indent:45px;border-bottom:1px dotted #4d4d4d;}
.menu_title0 a:link{color:#353535;}
.menu_title0 a:visited{color:#353535;}
.menu_title0 a:hover{text-decoration:underline;color:#ff0000;}
.menu_title1{font-weight:bold;margin-top:6px;}
.menu_title1 a:link{color:#fe6609;}
.menu_title1 a:visited{color:#fe6609;}
.menu_title1 a:hover{text-decoration:underline;color:#ff0000;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div class="modTitle clearfix">
<span class="left"></span><span class="right"></span>
<div class="f_l">{$lang.goods_category}</div>
<div class="more"><a href="catalog.php" target="_blank">{$lang.catalog}</a></div>
</div>
<div id="TestMenu">
{assign var="enable_show" value=0}
{assign var="cur_level" value=100}
<!--{foreach from=cat_list(0,0,false,3,false) item=cat}-->
{if $cat.id eq $category }
{assign var="enable_show" value=1}
{assign var="cur_level" value=$cat.level}
{elseif $cat.level le $cur_level}
{assign var="enable_show" value=0}
{/if}

{if $enable_show eq 1 or $category eq ""}
{if $cat.level eq 0}
<div class="menu_title{$cat.level}"><img src="/test/menu_res/menu_pic_{$cat.id}.gif" width="19" align="absbottom" height="16"><a href="{$cat.url}">{$cat.name|escape:html}</a></div>
{elseif $cat.level eq 1}
<div class="menu_title{$cat.level}" ><a href="{$cat.url}"> {$cat.name|escape:html}</a></div>
{elseif $cat.level eq 2}
<a href="{$cat.url}">{$cat.name|escape:html}</a> |
{/if}
{/if}

<!--{/foreach}-->
</div>
运用了这个代码,前台的目录出现这样:
123.jpg
请问一下,怎样可以解决????急急

回答:
可以显示的啊。。

goodstore886.com

检查你的根目录test/menu_res/文件夹
是否有分类定义的图片
类似:
test/menu_res/menu_pic_25.gif

根目录test/menu_res/文件夹,这个在哪里可以找到呀?

你自己放php商城程序的目录 就是根目录