diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 21:19:08 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 21:19:08 +0200 |
commit | 3345c9dc3935e00fb07760b68a94081d211d4c36 (patch) | |
tree | 3c873f81309ae2eb4d54498d39f27d83f50b2a8e /themes/courgette/_view.twig | |
parent | ad697686c00432964528226588a8cbea909c9e36 (diff) | |
download | wallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.tar.gz wallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.tar.zst wallabag-3345c9dc3935e00fb07760b68a94081d211d4c36.zip |
fix of bug with default theme constant
Diffstat (limited to 'themes/courgette/_view.twig')
-rwxr-xr-x | themes/courgette/_view.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/_view.twig b/themes/courgette/_view.twig index 5aa201d4..9f9ea4f6 100755 --- a/themes/courgette/_view.twig +++ b/themes/courgette/_view.twig | |||
@@ -23,7 +23,7 @@ | |||
23 | {{ content | raw }} | 23 | {{ content | raw }} |
24 | </article> | 24 | </article> |
25 | </div> | 25 | </div> |
26 | <script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script> | 26 | <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script> |
27 | <script type="text/javascript"> | 27 | <script type="text/javascript"> |
28 | $(document).ready(function() { | 28 | $(document).ready(function() { |
29 | 29 | ||