version 0.1 beta base nibiru framework, added missing controller file, and a minor bugfix for the navbar

This commit is contained in:
Stephan Kasdorf
2017-06-16 14:35:22 +02:00
parent 4bfe207b78
commit 8a2bb432f7
3 changed files with 45 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
</a>
<div class="iconav-slider">
<ul class="nav nav-pills iconav-nav">
{foreach $json as $naventry}
{foreach $navigationJson as $naventry}
<li >
<a href="{$naventry.link}" title="{$naventry.tooltip}" data-toggle="tooltip" data-placement="right" data-container="body">
<span class="icon {$naventry.icon}"></span>