Changes between Version 30 and Version 31 of ZooWebSite/2015/Templates/Menu
- Timestamp:
- Dec 19, 2015, 8:49:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/2015/Templates/Menu
v30 v31 51 51 #if len(ipages)==0 52 52 53 <li><a href="#if len($links)>0#$links[$cnt]#else#/new/$i/$j#end if#">#if len($icons)>0#<i class="fa fa- $icons[$cnt]"></i>#end if# $j</a></li>53 <li><a href="#if len($links)>0#$links[$cnt]#else#/new/$i/$j#end if#">#if len($icons)>0#<i class="fa fa-fw fa-$icons[$cnt]"></i>#end if# $j</a></li> 54 54 55 55 #set $cnt=$cnt+1