phpcms大栏目页面导航出现不换行现象
1970-01-01 来源:
phpcms建站时,当一个栏目下包含许多子栏目时,大栏目页面导航出现不换行现象的解决方法:
找到 templates\default\phpcms\tag_catlist.html 文件 。
然后找到:{elseif $showtype==2}
删除下面的所有文件,然后添加
{loop get_childcat($channelid,$catid) $cat}
{$cat[catname]}
{if $cat[child]==1 && $child}{loop get_childcat($channelid,$cat[catid]) $childid}{$childid[catname]}{/loop}
{/if}
{/loop}
{else}
if(document.all(c_Str).style.display=='none'){
document.all(c_Str).style.display='block';
document.all(a_Str).src=open;
document.all(b_Str).src=fopen;
}else{
document.all(c_Str).style.display='none';
document.all(a_Str).src=close;
document.all(b_Str).src=fclose;
}
}
{$cattree($channelid,$catid,$open)}
{/if}
重新的更新频道即可。
动态不生成的直接刷新即可看到效果。
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。