]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/base.html.twig
Added shortcuts
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / base.html.twig
index a1a9a1368949178e9d649fe92f7a3e3348bd58c7..289458d4f922faa941041bbe92235868631f73c0 100644 (file)
@@ -41,6 +41,8 @@
             {% block css %}
             {% endblock %}
             {% block scripts %}
+            <script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
+            <script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>
             {% endblock %}
 
             <title>{% block title %}{% endblock %} – wallabag</title>