Tuzicms Two-level navigation column address URL problem bug fix package
Version: 2.0.6
Issue: The output URL for level Two navigation does not have an ID
Tutorial:
1. Back Up Your program
2. Overwrite the upgrade package with your website source code to solve the URL problem of TUZICMS level two column navigation
(Note: Do the source backup first!!!) )
Click to download the upgrade package
Foreground call Display:
<navlist order= ' column_sort ' > <a href= "<{$url}>" ><{$column _name}></a> <!--level Two column start --<volist name= ' child ' id= ' V ' > <a href= "<{$v |url}>" ><{$v .column_name}></a> <!--level Three start-up-<volist name= ' v["Child"] ' id= ' v2 ' > <a href= "<{$v 2|url}>" ><{$v 2.colum N_name}></a> </volist> <!--end of class three--</volist> <!--two end of column--></nav List>
Tuzicms Two-level navigation column address URL problem bug fix package