header.tpl:

- link header logo to main.php
  https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3601801&group_id=191583


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1421 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 12 years ago
parent a937c95d4f
commit efb98c24c5

@ -21,7 +21,7 @@
<body class="lang-{$smarty.session.lang}">
<div id="container">
<div id="login_header">
<img id="login_header_logo" src="{$CONF.theme_logo}" alt="Logo" />
<a href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}" alt="Logo" /></a>
{if $CONF.show_header_text==='YES' && $CONF.header_text}
<h2>{$CONF.header_text}</h2>
{/if}

Loading…
Cancel
Save