Changeset 918

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

fix rss and install

Location:
trunk
Files:
3 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) 
  • trunk/install/index.php

    r917 r918  
    1818error_reporting(E_ALL); 
    1919set_time_limit(0); 
    20 define('LS_VERSION','0.4'); 
     20define('LS_VERSION','0.4.1'); 
    2121 
    2222class Install { 
  • trunk/templates/skin/new/actions/ActionRss/index.tpl

    r627 r918  
    1313{foreach from=$aItems item=oItem} 
    1414                <item> 
    15                         <title><![CDATA[{$oItem.title|escape:'html'}]]></title> 
     15                        <title>{$oItem.title|escape:'html'}</title> 
    1616                        <guid isPermaLink="true">{$oItem.guid}</guid> 
    1717                        <link>{$oItem.link}</link>