mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 00:54:12 +03:00
Fix path to the logo in layout.handlebars
This commit is contained in:
parent
450f3e5d35
commit
c3f902bfe6
@ -17,7 +17,7 @@
|
||||
<div id="{{#if fixedwrap}}fixedwrap{{else}}{{#ifOverridden "menu"}}wrap700{{else}}wrap400{{/ifOverridden}}{{/if}}" class="l{{l10n "localedirection"}}">
|
||||
<div id="header">
|
||||
<div id="title">
|
||||
<h1><img src="{{mibewRoot}}/styles/pages/default/images/logo.png" alt="" width="32" height="32" class="left logo" />
|
||||
<h1><img src="{{stylePath}}/images/logo.png" alt="" width="32" height="32" class="left logo" />
|
||||
<a href="#">{{#if headertitle}}{{headertitle}}{{else}}{{title}}{{/if}}</a></h1>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user