diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
commit | f09ea69525d406fb565fc94cddd03eb7690d501e (patch) | |
tree | 4269203257bcf2bb60f1fb432afb70aeb081fcc2 /h-source/Application/Controllers/RssController.php | |
parent | e7b3717614621f14695ab6ca6dda6dd17ba3d65c (diff) |
added RSS - part 3
Diffstat (limited to 'h-source/Application/Controllers/RssController.php')
-rw-r--r-- | h-source/Application/Controllers/RssController.php | 9 |
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 |