太阳成游戏网站

下图所示的前端导航格式,默认模板是用的网站导航,当我们使用共享栏目的时候就不需要用网站导航了,我们可以用共享栏目的写法!

blob.png



相关模板文件

/templates/pc/web/default/common/header.html


blob.png


改为共享栏目调用方法


{list action=category module=share pid=0}

    {$t.name}
    {if $t.child}
    
        
        {list action=category module=share pid=$t.id return=t2}
        
            
            {$t2.name}
            
            {if $t2.child}
            
                
                {list aaction=category module=share pid=$t2.id return=t3}
                
                    
                    {$t3.name}
                    
                
                {/list}
            
            {/if}
        
        {/list}
    
    {/if}

{/list}


文档最后更新时间:2016-12-16 15:14:46