aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_head.twig
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-11-18 10:01:37 -0500
committerJay Sitter <jsitter@gmail.com>2014-11-18 10:01:37 -0500
commiteb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd (patch)
tree53d959e5f96dd8e3dc8ef87e07d121f4dea0e1f8 /themes/default/_head.twig
parentdb3bffa284012aec4f96c851c413e435080fed02 (diff)
downloadwallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.gz
wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.tar.zst
wallabag-eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd.zip
_global-izing some more js & css
Diffstat (limited to 'themes/default/_head.twig')
-rwxr-xr-xthemes/default/_head.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/_head.twig b/themes/default/_head.twig
index d2a637fb..37485e56 100755
--- a/themes/default/_head.twig
+++ b/themes/default/_head.twig
@@ -29,8 +29,8 @@
29 <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme"> 29 <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme">
30 <link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all"> 30 <link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all">
31 <link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print"> 31 <link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print">
32 <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script> 32 <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script>
33 <script src="{{ poche_url }}themes/default/js/autoClose.js"></script> 33 <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
34 <script src="{{ poche_url }}themes/default/js/closeMessage.js"></script> 34 <script src="{{ poche_url }}themes/default/js/closeMessage.js"></script>
35 <script src="{{ poche_url }}themes/default/js/saveLink.js"></script> 35 <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script>
36 <script src="{{ poche_url }}themes/default/js/popupForm.js"></script> 36 <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script>