aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
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.twig42
1 files changed, 1 insertions, 41 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 630cbd66..0573e8e5 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -123,45 +123,5 @@
123{% endblock %} 123{% endblock %}
124 124
125{% block footer %} 125{% block footer %}
126 <footer class="page-footer cyan darken-2"> 126 {{ render(controller("WallabagCoreBundle:Footer:index")) }}
127 <div class="container">
128 <div class="row">
129 <div class="col l6 s12">
130 <h5 class="white-text">{{ 'footer.wallabag.elsewhere'|trans }}</h5>
131 <p class="grey-text text-lighten-4">
132 <a target="_blank" class="grey-text text-lighten-3" href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" title="Android">
133 <span class="icon-android"></span>
134 </a>
135 <a target="_blank" class="grey-text text-lighten-3" href="https://itunes.apple.com/app/id828331015" title="iOS">
136 <span class="icon-apple"></span>
137 </a>
138 <a target="_blank" class="grey-text text-lighten-3" href="https://addons.mozilla.org/firefox/addon/wallabag/" title="Firefox">
139 <span class="icon-firefox"></span>
140 </a>
141 <a target="_blank" class="grey-text text-lighten-3" href="https://chrome.google.com/webstore/detail/wallabagit/peehlcgckcnclnjlndmoddifcicdnabm" title="Chrome">
142 <span class="icon-chrome"></span>
143 </a>
144 </p>
145 </div>
146 <div class="col l4 offset-l2 s12">
147 <h5 class="white-text">{{ 'footer.wallabag.social'|trans }}</h5>
148 <a target="_blank" class="grey-text text-lighten-3" href="https://twitter.com/wallabagapp" title="Twitter">
149 <span class="icon-twitter"></span>
150 </a>
151 <a target="_blank" class="grey-text text-lighten-3" href="https://plus.google.com/+WallabagOrg/posts" title="Google+">
152 <span class="icon-google-plus2"></span>
153 </a>
154 <a target="_blank" class="grey-text text-lighten-3" href="https://facebook.com/Wallabag" title="Facebook">
155 <span class="icon-facebook2"></span>
156 </a>
157 </div>
158 </div>
159 </div>
160 <div class="footer-copyright">
161 <div class="container">
162 <p>{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
163 <a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans }}</a>
164 </div>
165 </div>
166 </footer>
167{% endblock %} 127{% endblock %}