fix webftp with new navigation template stuff
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
13
templates/Sparkle/webftp/webftp_navigation_element.tpl
vendored
Normal file
13
templates/Sparkle/webftp/webftp_navigation_element.tpl
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="menuelement">
|
||||
<h4>
|
||||
{if $navurl != '#'}
|
||||
<a href="{$navurl}" {$target} class="menu">{$navlabel}</a>
|
||||
<{else}
|
||||
{$navlabel}
|
||||
{/if}
|
||||
</h4>
|
||||
<ul>
|
||||
{$navigation_links}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user