]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/views/default/_top.twig
symfony is there
[github/wallabag/wallabag.git] / app / Resources / views / default / _top.twig
diff --git a/app/Resources/views/default/_top.twig b/app/Resources/views/default/_top.twig
new file mode 100755 (executable)
index 0000000..45806f0
--- /dev/null
@@ -0,0 +1,7 @@
+        <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 %}
+                {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
+                {% endif %}
+            </h1>
+        </header>