Merge branch 'development' of https://github.com/arslancb/clipbucket
This commit is contained in:
commit
14959dbb70
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
{foreach from=$sub3.children item=sub4}
|
{foreach from=$sub3.children item=sub4}
|
||||||
<li>
|
<li>
|
||||||
<div>
|
<div>
|
||||||
<a href="{cblink(['name'=>'category','data'=>$sub4,'type'=>$type])}">{display_clean($sub4.category_name)}</a>
|
<a href="{cblink(['name'=>'category','data'=>$sub4,'type'=>$type])}">{$sub4.category_name}</a>
|
||||||
{if $sub4.children}<i class="icon-right-arrow trigger" data-level="5" ></i>{/if}
|
{if $sub4.children}<i class="icon-right-arrow trigger" data-level="5" ></i>{/if}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue