From f09ea69525d406fb565fc94cddd03eb7690d501e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 28 Jul 2011 22:48:41 +0000 Subject: added RSS - part 3 --- h-source/Application/Controllers/RssController.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'h-source/Application/Controllers/RssController.php') 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 -- cgit v1.2.3