aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLonnytunes <lonnytunes@gmx.fr>2014-02-02 19:13:05 +0100
committerLonnytunes <lonnytunes@gmx.fr>2014-02-02 19:13:05 +0100
commitcae70cdbdb518b6effe212528c894a390256cf2d (patch)
tree431fb46d7fa65001ba6ad0768c516a5556fa2ee5
parentebae8c83154efc98518feee099d44f3feb69dd2d (diff)
downloadwallabag-cae70cdbdb518b6effe212528c894a390256cf2d.tar.gz
wallabag-cae70cdbdb518b6effe212528c894a390256cf2d.tar.zst
wallabag-cae70cdbdb518b6effe212528c894a390256cf2d.zip
[fix] courgette theme: Old constant call, replaced by the new one.
-rwxr-xr-xthemes/courgette/config.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig
index 3ab1d92f..26da7289 100755
--- a/themes/courgette/config.twig
+++ b/themes/courgette/config.twig
@@ -24,7 +24,7 @@
24 24
25 <h2>{% trans "Updating poche" %}</h2> 25 <h2>{% trans "Updating poche" %}</h2>
26 <ul> 26 <ul>
27 <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> 27 <li>{% trans "your version" %} : <strong>{{ constant('POCHE') }}</strong></li>
28 <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> 28 <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>
29 {% 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 %} 29 {% 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 %}
30 </ul> 30 </ul>