summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-24 00:15:30 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-24 00:15:30 +0200
commit2b3a08e3dd5bf936d6d76a5f5282933e3ca6aeea (patch)
treecccfcebea7af1c9c7e17281c2408256cd2f73fd8 /app/views
parent00deff113f346aa9fec15c791502341f6401b94d (diff)
Passage à du stockage en base de données MySQL
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/flux.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/flux.phtml b/app/views/configure/flux.phtml
index 34255bc59..d21230895 100644
--- a/app/views/configure/flux.phtml
+++ b/app/views/configure/flux.phtml
@@ -23,7 +23,7 @@
<span><a target="_blank" href="<?php echo $this->flux->website (); ?>"><?php echo $this->flux->website (); ?></a></span>
<label>Nombre d'articles</label>
- <span><?php echo count ($this->flux->entries ()); ?></span>
+ <span>Coming soon</span>
<?php if (!empty ($this->categories)) { ?>
<label>Ranger dans une catégorie</label>