Commit e98438db by Aleksandar Hristov

.tpl files go to a separate directory

1 parent 580cc972
<!- sidebar wrapper ->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="#">
<img src="static/gfx/logo.svg" class="img-responsive"/>
</a>
</li>
{foreach from=$menu_pages item=page}
<li class='has-sub'><a href='#'>{$page}<i class='fa fa-chevron-right fa pull-right chevron-margin' id='valign-icon'></i></a>
<ul>
{foreach from=$menu_sections item=section}
<li><a href={$page} class='sub-text-padding'>{$section}</a></li>
{/foreach}
</ul>
</li>
{/foreach}
</ul>
</div>
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!