Changeset 19546


Ignore:
Timestamp:
Dec 24, 2012, 8:17:01 AM (11 years ago)
Author:
EvilKant
Message:
 
Location:
extensions/Evil_Blog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Evil_Blog/blog.php

    r19304 r19546  
    5555                        $template->assign('TITLE',
    5656                                '<div id="content" class="content contentWithMenu"><div class="titrePage"><h2>'.$page['evil_blog']['blog_name'].
    57                                 '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/RSS.png"></a></h2></div>');
     57                                '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/rss.png"></a></h2></div>');
    5858                        $template->assign('TITLE_END', '</div>');
    5959                        }else{//õëåáíûå êðîøêè
     
    6161                        $page['title'] =
    6262                                '<a href="'.get_gallery_home_url().'">'.l10n('Home').'</a>'.$conf['level_separator'].$page['evil_blog']['blog_name'].
    63                                 '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/RSS.png"></a>';
     63                                '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/rss.png"></a>';
    6464                        $template->assign('TITLE_END', ' ');
    6565                        }
  • extensions/Evil_Blog/post.php

    r19304 r19546  
    3636                $page['title'] .=
    3737                        $conf['level_separator'].'<a href="'.get_root_url().'?/blog/id/'.$row['id'].'">'.$row['header'].'</a>'.
    38                         '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/RSS.png"></a>';
     38                        '<a id="blog_rss_icon" href="'.get_gallery_home_url().'?/blog/feed" title="'.l10n("Notification").'"><img src="'.get_gallery_home_url().'plugins/Evil_Blog/rss.png"></a>';
    3939               
    4040                //определяем адрес шаблона плагина
Note: See TracChangeset for help on using the changeset viewer.