diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-27 19:44:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-27 19:44:28 +0100 |
commit | 04fbe8f5efdf7fda0505c5aab9353d2cc61507ed (patch) | |
tree | 691934473700749cd12dfd07771dd90c3c58622e /themes/baggy/_head.twig | |
parent | 9591ee2603dd107cd49b61957d0f71a652b7bea3 (diff) | |
parent | e68348f6271fab591960902feebe167d01e15468 (diff) | |
download | wallabag-04fbe8f5efdf7fda0505c5aab9353d2cc61507ed.tar.gz wallabag-04fbe8f5efdf7fda0505c5aab9353d2cc61507ed.tar.zst wallabag-04fbe8f5efdf7fda0505c5aab9353d2cc61507ed.zip |
Merge pull request #586 from mariroz/wb-link-in-wb
wallabag a link in wallabag now in default theme, issue #505
Diffstat (limited to 'themes/baggy/_head.twig')
-rwxr-xr-x | themes/baggy/_head.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index 144bcaa6..acc9fa3d 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -11,4 +11,5 @@ | |||
11 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/autoClose.js"></script> | 11 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/autoClose.js"></script> |
12 | <script src="{{ poche_url }}/themes/{{theme}}/js/jquery.cookie.js"></script> | 12 | <script src="{{ poche_url }}/themes/{{theme}}/js/jquery.cookie.js"></script> |
13 | <script src="{{ poche_url }}/themes/{{theme}}/js/init.js"></script> | 13 | <script src="{{ poche_url }}/themes/{{theme}}/js/init.js"></script> |
14 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/saveLink.js"></script> | ||
14 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/closeMessage.js"></script> | 15 | <script src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/js/closeMessage.js"></script> |