]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] courgette theme: Old constant call, replaced by the new one. 425/head
authorLonnytunes <lonnytunes@gmx.fr>
Sun, 2 Feb 2014 18:13:05 +0000 (19:13 +0100)
committerLonnytunes <lonnytunes@gmx.fr>
Sun, 2 Feb 2014 18:13:05 +0000 (19:13 +0100)
themes/courgette/config.twig

index 3ab1d92f4a250006e837fd670ac2e851b5157a78..26da7289b23910b6c81ce2be36a549e9a4aa6618 100755 (executable)
@@ -24,7 +24,7 @@
 
             <h2>{% trans "Updating poche" %}</h2>
             <ul>
-                <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li>
+                <li>{% trans "your version" %} : <strong>{{ constant('POCHE') }}</strong></li>
                 <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong><a href="http://wallabag.org/">{% trans "a more recent stable version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>
                 {% if constant('DEBUG_POCHE') == 1 %}<li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong><a href="http://wallabag.org/">{% trans "a more recent development version is available." %}</a></strong>{% else %}{% trans "you are up to date." %}{% endif %}</li>{% endif %}
             </ul>