Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
modified : category level four link added
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-cb committed Jan 7, 2019
1 parent 26eba46 commit 7127b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/styles/cb_28/layout/blocks/category_list.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7127b83

Please sign in to comment.