1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

fix of bug with default theme constant

This commit is contained in:
Maryana Rozhankivska 2014-03-28 21:19:08 +02:00
parent ad697686c0
commit 3345c9dc39
6 changed files with 7 additions and 14 deletions

View file

@ -31,7 +31,7 @@
</article>
{{ block('tags') }}
</div>
<script src="{{ poche_url }}themes/{{ constant('DEFAULT_THEME') }}/js/restoreScroll.js"></script>
<script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
<script type="text/javascript">
$(document).ready(function() {