first commit
This commit is contained in:
16
web/templates/kupkolo/block.topsections.tpl
Normal file
16
web/templates/kupkolo/block.topsections.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
{function sectionsTopTree}
|
||||
<nav class="navbar" role="navigation">
|
||||
<ul class="nav navbar-nav list-inline">
|
||||
{foreach $sectionList as $item}
|
||||
<li class="nav-item {if $item.opened}active{/if}">
|
||||
<a href="{url s=category IDcat=$item.id}"
|
||||
class="nav-link">
|
||||
{$item.title}
|
||||
</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</nav>
|
||||
{/function}
|
||||
|
||||
{sectionsTopTree sectionList=$categories}
|
||||
Reference in New Issue
Block a user