summaryrefslogtreecommitdiff
path: root/app/views/api/getNbNotRead.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-01 00:55:00 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-01 00:55:00 +0100
commit57c0a448f5460240708f29bf1a083354ad894689 (patch)
tree09edc97637d2214d00fecee1af14a2fd1054b6e8 /app/views/api/getNbNotRead.phtml
parent61aa1e2b22b9fb1714f40d413fe6acadf85596e5 (diff)
Ajout nombre d'articles non lus à l'API
Diffstat (limited to 'app/views/api/getNbNotRead.phtml')
-rw-r--r--app/views/api/getNbNotRead.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/api/getNbNotRead.phtml b/app/views/api/getNbNotRead.phtml
new file mode 100644
index 000000000..31c58f6ca
--- /dev/null
+++ b/app/views/api/getNbNotRead.phtml
@@ -0,0 +1,3 @@
+<?php
+echo json_encode($this->nb_not_read);
+