forked from wallabag/wallabag
problem with resources and localhost url fix
This commit is contained in:
2
themes/default/_top.twig
Normal file → Executable file
2
themes/default/_top.twig
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
<header class="w600p center mbm">
|
||||
<h1>
|
||||
{% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="wallabag logo" />{% endblock %}
|
||||
{% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}themes/baggy/img/logo-other_themes.png" alt="wallabag logo" />{% endblock %}
|
||||
{% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user