diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:07:32 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-18 10:07:32 -0500 |
commit | 6062f74c6b9344473c36b9b290aa9dece0464854 (patch) | |
tree | c34015a0553c6ebd05a0198ae33346fb68a3c94e /themes | |
parent | eb365a01fb9b0fa29f88f4cdd0e09b8d4ec76dfd (diff) | |
download | wallabag-6062f74c6b9344473c36b9b290aa9dece0464854.tar.gz wallabag-6062f74c6b9344473c36b9b290aa9dece0464854.tar.zst wallabag-6062f74c6b9344473c36b9b290aa9dece0464854.zip |
Updating Baggy theme's head.twig to locate _global js/css
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/baggy/_head.twig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index 5e1f5ba3..fc396862 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -30,10 +30,10 @@ | |||
30 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> | 30 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all"> |
31 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> | 31 | <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print"> |
32 | 32 | ||
33 | <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script> | 33 | <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script> |
34 | <script src="{{ poche_url }}themes/default/js/autoClose.js"></script> | 34 | <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script> |
35 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> | 35 | <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script> |
36 | <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script> | 36 | <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script> |
37 | <script src="{{ poche_url }}themes/default/js/saveLink.js"></script> | 37 | <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script> |
38 | <script src="{{ poche_url }}themes/default/js/popupForm.js"></script> | 38 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> |
39 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> | 39 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> |