aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/RssController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-28 22:48:41 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-28 22:48:41 +0000
commitf09ea69525d406fb565fc94cddd03eb7690d501e (patch)
tree4269203257bcf2bb60f1fb432afb70aeb081fcc2 /h-source/Application/Controllers/RssController.php
parente7b3717614621f14695ab6ca6dda6dd17ba3d65c (diff)
added RSS - part 3
Diffstat (limited to 'h-source/Application/Controllers/RssController.php')
-rw-r--r--h-source/Application/Controllers/RssController.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/RssController.php b/h-source/Application/Controllers/RssController.php
index 359c651..2be8425 100644
--- a/h-source/Application/Controllers/RssController.php
+++ b/h-source/Application/Controllers/RssController.php
@@ -38,4 +38,13 @@ class RssController extends SpecialController
$this->load('modifications');
}
+ public function notapproved($lang = 'en')
+ {
+ $this->shift(1);
+
+ $this->pagelist($lang,'notapproved');
+ $this->clean();
+ $this->load('notapproved');
+ }
+
} \ No newline at end of file