aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-15 11:11:24 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-15 11:11:24 +0200
commite77cde4531e6fe167c2bc42f18b19c191df2beca (patch)
tree85bcc287f6018e46e57410f587b8bb603f038e7f /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parentd49c88f15adfc97399e12b96283bb412b41a6d62 (diff)
downloadwallabag-e77cde4531e6fe167c2bc42f18b19c191df2beca.tar.gz
wallabag-e77cde4531e6fe167c2bc42f18b19c191df2beca.tar.zst
wallabag-e77cde4531e6fe167c2bc42f18b19c191df2beca.zip
Remove FooterController
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index b70198da..72becfa4 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -117,5 +117,12 @@
117{% endblock %} 117{% endblock %}
118 118
119{% block footer %} 119{% block footer %}
120 {{ render(controller("WallabagCoreBundle:Footer:index")) }} 120 <footer class="page-footer cyan darken-2">
121 <div class="footer-copyright">
122 <div class="container">
123 <p>{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
124 <a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans }}</a>
125 </div>
126 </div>
127 </footer>
121{% endblock %} 128{% endblock %}