bucuo123 发表于 2019-3-24 15:58:00

phpcms大栏目页面导航出现不换行现象

phpcms大栏目页面导航出现不换行现象
关键字描述:出现 现象 导航 页面 栏目 &nbsp &lt &quot document.all
phpcms建站时,当一个栏目下包含许多子栏目时,大栏目页面导航出现不换行现象的解决方法:
找到 templates\default\phpcms\tag_catlist.html文件 。
然后找到:{elseif $showtype==2}
删除下面的所有文件,然后添加
   
      
            
            
            {loop get_childcat($channelid,$catid) $cat}
{$cat
{if $cat{/loop}
{/if}
{/loop}
            {else}
            
{$cattree($channelid,$catid,$open)}
{/if}
            
      
   
重新的更新频道即可。
动态不生成的直接刷新即可看到效果。

         
<
页: [1]
查看完整版本: phpcms大栏目页面导航出现不换行现象