Show
Ignore:
Timestamp:
06/05/10 01:34:43 (2 years ago)
Author:
ort
Message:

fix rss and install

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/actions/ActionRss.class.php

    r756 r918  
    7878                $aTopics=$aResult['collection']; 
    7979                 
    80                 $aChannel['title']=Config::Get('path.root.web'); 
     80                $aChannel['title']=Config::Get('view.name'); 
    8181                $aChannel['link']=Config::Get('path.root.web'); 
    8282                $aChannel['description']=Config::Get('path.root.web').' / RSS channel'; 
     
    112112                $aComments=$aResult['collection']; 
    113113                 
    114                 $aChannel['title']=Config::Get('path.root.web'); 
     114                $aChannel['title']=Config::Get('view.name'); 
    115115                $aChannel['link']=Config::Get('path.root.web'); 
    116116                $aChannel['description']=Config::Get('path.root.web').' / RSS channel'; 
     
    147147                $aComments=$aComments['comments']; 
    148148                 
    149                 $aChannel['title']=Config::Get('path.root.web'); 
     149                $aChannel['title']=Config::Get('view.name'); 
    150150                $aChannel['link']=Config::Get('path.root.web'); 
    151151                $aChannel['description']=Config::Get('path.root.web').' / RSS channel'; 
     
    177177                $aTopics=$aResult['collection']; 
    178178                 
    179                 $aChannel['title']=Config::Get('path.root.web'); 
     179                $aChannel['title']=Config::Get('view.name'); 
    180180                $aChannel['link']=Config::Get('path.root.web'); 
    181181                $aChannel['description']=Config::Get('path.root.web').' / RSS channel'; 
     
    211211                $aTopics=$aResult['collection']; 
    212212                 
    213                 $aChannel['title']=Config::Get('path.root.web'); 
     213                $aChannel['title']=Config::Get('view.name'); 
    214214                $aChannel['link']=Config::Get('path.root.web'); 
    215215                $aChannel['description']=Config::Get('path.root.web').' / '.$oBlog->getTitle().' / RSS channel'; 
     
    253253                $aTopics=$aResult['collection']; 
    254254                 
    255                 $aChannel['title']=Config::Get('path.root.web'); 
     255                $aChannel['title']=Config::Get('view.name'); 
    256256                $aChannel['link']=Config::Get('path.root.web'); 
    257257                $aChannel['description']=($this->sUserLogin)