Changeset 915
- Timestamp:
- 06/05/10 00:26:20 (20 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
classes/actions/ActionMy.class.php (modified) (1 diff)
-
engine/classes/Router.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/actions/ActionMy.class.php
r756 r915 88 88 $this->Viewer_AddHtmlTitle($this->Lang_Get('user_menu_publication').' '.$this->oUserProfile->getLogin()); 89 89 $this->Viewer_AddHtmlTitle($this->Lang_Get('user_menu_publication_blog')); 90 $this->Viewer_SetHtmlRssAlternate(Router::GetPath('rss').' log/'.$this->oUserProfile->getLogin().'/',$this->oUserProfile->getLogin());90 $this->Viewer_SetHtmlRssAlternate(Router::GetPath('rss').'personal_blog/'.$this->oUserProfile->getLogin().'/',$this->oUserProfile->getLogin()); 91 91 /** 92 92 * Устанавливаем шаблон вывода -
trunk/engine/classes/Router.class.php
r852 r915 276 276 */ 277 277 static public function GetAction() { 278 return self:: $sAction;278 return self::getInstance()->Standart(self::$sAction); 279 279 } 280 280
