Changeset 915 for trunk/classes/actions/ActionMy.class.php
- Timestamp:
- 06/05/10 00:26:20 (2 years ago)
- Files:
-
- 1 modified
-
trunk/classes/actions/ActionMy.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 * Устанавливаем шаблон вывода
