theme_geturl just gives back fp-interface/themes/tag/ - so we have to hardcode the themes name :(
This commit is contained in:
parent
3c306b800f
commit
c6b56d970d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<p class="subtitle">{$flatpress.SUBTITLE}</p>
|
||||
</div>
|
||||
<div id="logo-container">
|
||||
<img id="logo-img" src="{'tag'|theme_geturl}imgs/flatpress-logo-solo.svg">
|
||||
<img id="logo-img" src="{'tag'|theme_geturl}rainbow/imgs/flatpress-logo-solo.svg">
|
||||
</div>
|
||||
<div id="clear-container"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue