Ignore:
Timestamp:
May 23, 2010, 12:51:14 PM (14 years ago)
Author:
Gotcha
Message:

bug:1675

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/themeconf.inc.php

    r5754 r6290  
    3838}
    3939
     40
     41add_event_handler('blockmanager_prepare_display', 'add_rss_icon');
     42function add_rss_icon()
     43{
     44global $lang;
     45$lang['Notification'] .= '<img src="./themes/sobre/images/rss.png" style="float:right; margin-right:10px; position:inherit;" class="button_rss" alt="flux-rss"/>';
     46}
     47
    4048?>
Note: See TracChangeset for help on using the changeset viewer.