aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
index dffea036..229c5a34 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
@@ -14,4 +14,8 @@
14 {{ parent() }} 14 {{ parent() }}
15 15
16 <script src="{{ asset('themes/baggy/js/init.js') }}"></script> 16 <script src="{{ asset('themes/baggy/js/init.js') }}"></script>
17 <script src="{{ asset('themes/baggy/js/closeMessage.js') }}"></script>
18 <script src="{{ asset('themes/baggy/js/autoClose.js') }}"></script>
19 <script src="{{ asset('themes/baggy/js/saveLink.js') }}"></script>
20 <script src="{{ asset('themes/baggy/js/popupForm.js') }}"></script>
17{% endblock %} 21{% endblock %}