Fixed an error in webftp template, refs #1312
$linker->getLink() will not work in webftp
This commit is contained in:
4
templates/Sparkle/header.tpl
vendored
4
templates/Sparkle/header.tpl
vendored
@@ -43,9 +43,7 @@
|
|||||||
<hgroup>
|
<hgroup>
|
||||||
<h1>Froxlor Server Management Panel</h1>
|
<h1>Froxlor Server Management Panel</h1>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<a href="{$linker->getLink(array('section' => 'index'))}">
|
<img src="{$header_logo}" alt="Froxlor Server Management Panel" class="small" />
|
||||||
<img src="{$header_logo}" alt="Froxlor Server Management Panel" class="small" />
|
|
||||||
</a>
|
|
||||||
<div class="topheader_navigation">
|
<div class="topheader_navigation">
|
||||||
<ul class="topheadernav">
|
<ul class="topheadernav">
|
||||||
<if $settings['ticket']['enabled'] == 1>
|
<if $settings['ticket']['enabled'] == 1>
|
||||||
|
|||||||
Reference in New Issue
Block a user