Make the side navigation more styleable

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-01-26 17:19:40 +01:00
parent 6c39ac80e6
commit b1acc9a8ef
3 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
<div class="menuelement">
<h4>{$completeLink}</h4>
<h4>
<if $navurl != '#'>
<a href="{$navurl}" {$target} class="menu">{$navlabel}</a>
<else>
{$navlabel}
</if>
</h4>
<ul>
{$navigation_links}
</ul>

View File

@@ -1 +1 @@
<li>{$completeLink}</li>
<li><a href="{$navurl}" {$target} class="menu {$active}">{$navlabel}</a></li>