Changeset 649 for trunk/app/controllers/podcasts_controller.php
- Timestamp:
- 07/11/08 19:11:58 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/podcasts_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/podcasts_controller.php
r648 r649 63 63 public function rss($username) 64 64 { 65 $channelData = array('title' => 'Karamelo eLearning Portal',66 'link' => array('controller' => ' news', 'action' => 'display'),67 'url' => array('controller' => ' news', 'action' => 'display'),68 'description' => ' Latest news on Karamelo',65 $channelData = array('title' => $username.' Podcasts', 66 'link' => array('controller' => 'blog', 'action' => $username), 67 'url' => array('controller' => 'blog', 'action' => $username), 68 'description' => 'Audio from edublog', 69 69 'language' => 'en-us' 70 70 );
