mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
Updating Baggy theme's head.twig to locate _global js/css
This commit is contained in:
parent
eb365a01fb
commit
6062f74c6b
@ -30,10 +30,10 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user