modified : category level four link added
This commit is contained in:
parent
26eba46ba1
commit
7127b83af0
1 changed files with 1 additions and 1 deletions
2
upload/styles/cb_28/layout/blocks/category_list.html
Normal file → Executable file
2
upload/styles/cb_28/layout/blocks/category_list.html
Normal file → Executable file
|
@ -68,7 +68,7 @@
|
|||
{foreach from=$sub3.children item=sub4}
|
||||
<li>
|
||||
<div>
|
||||
<a class="">{$sub4.category_name}</a>
|
||||
<a href="{cblink(['name'=>'category','data'=>$sub4,'type'=>$type])}">{display_clean($sub4.category_name)}</a>
|
||||
{if $sub4.children}<i class="icon-right-arrow trigger" data-level="5" ></i>{/if}
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue