Changeset 649

Show
Ignore:
Timestamp:
07/11/08 19:11:58 (3 months ago)
Author:
aarkerio
Message:

Feeders

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/podcasts_controller.php

    r648 r649  
    6363 public function rss($username)  
    6464 {  
    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', 
    6969                'language'    => 'en-us' 
    7070               );