Skip to content

Commit

Permalink
see #718 - fix theme logo to try what is in config and fall back to t…
Browse files Browse the repository at this point in the history
…he postbox
  • Loading branch information
DavidGoodwin committed Apr 22, 2023
1 parent d99d178 commit 61c458c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/menu.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<span class="icon-bar"></span>
</button>
{*** <a class="navbar-brand" href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo}" alt="Logo" /></a> ***}
<a class="navbar-brand" href='main.php'><img id="login_header_logo" src="images/postbox.png"
alt="Logo"/></a>
<a class="navbar-brand" href='main.php'><img id="login_header_logo" src="{$CONF.theme_logo | default('images/postbox.png')}" alt="Logo"/></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 61c458c

Please sign in to comment.