aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-30 20:04:55 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-03-30 20:04:55 +0200
commitd6d8a045e6a16525807453f0d1229f5bdc307dd0 (patch)
treecf86097fe06850437dda5ad8d6a8fe3c33e48b7b /themes/default
parent1d0995bb8e09503ad01a877bfef74ef6c29b0dab (diff)
parent3345c9dc3935e00fb07760b68a94081d211d4c36 (diff)
downloadwallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.tar.gz
wallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.tar.zst
wallabag-d6d8a045e6a16525807453f0d1229f5bdc307dd0.zip
Merge pull request #588 from mariroz/dev
fix of bug with default theme constant
Diffstat (limited to 'themes/default')
-rwxr-xr-xthemes/default/view.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/view.twig b/themes/default/view.twig
index a6e2a33a..cc491c77 100755
--- a/themes/default/view.twig
+++ b/themes/default/view.twig
@@ -31,7 +31,7 @@
31 </article> 31 </article>
32 {{ block('tags') }} 32 {{ block('tags') }}
33 </div> 33 </div>
34 <script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script> 34 <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
35 <script type="text/javascript"> 35 <script type="text/javascript">
36 $(document).ready(function() { 36 $(document).ready(function() {
37 37