Changeset 6290 for extensions/sobre/themeconf.inc.php
- Timestamp:
- May 23, 2010, 12:51:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/themeconf.inc.php
r5754 r6290 38 38 } 39 39 40 41 add_event_handler('blockmanager_prepare_display', 'add_rss_icon'); 42 function add_rss_icon() 43 { 44 global $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 40 48 ?>
Note: See TracChangeset
for help on using the changeset viewer.