]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Updating Baggy theme's head.twig to locate _global js/css 939/head
authorJay Sitter <jsitter@gmail.com>
Tue, 18 Nov 2014 15:07:32 +0000 (10:07 -0500)
committerJay Sitter <jsitter@gmail.com>
Tue, 18 Nov 2014 15:07:32 +0000 (10:07 -0500)
themes/baggy/_head.twig

index 5e1f5ba3e299d1898084d1a5cc73aae0518d0a7c..fc3968623e3a4469106e53033ed290ab7a200346 100755 (executable)
         <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/messages.css" media="all">
         <link rel="stylesheet" href="{{ poche_url }}themes/{{theme}}/css/print.css" media="print">
 
-        <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script>
-        <script src="{{ poche_url }}themes/default/js/autoClose.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
         <script src="{{ poche_url }}themes/{{theme}}/js/jquery.cookie.js"></script>
         <script src="{{ poche_url }}themes/{{theme}}/js/init.js"></script>
-        <script src="{{ poche_url }}themes/default/js/saveLink.js"></script>
-        <script src="{{ poche_url }}themes/default/js/popupForm.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script>
         <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script>