Changeset 6293 for extensions/sobre
- Timestamp:
- May 23, 2010, 1:20:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/themeconf.inc.php
r6292 r6293 43 43 { 44 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 $lang['Notification RSS'] .= '<img src="./themes/sobre/images/rss.png" style="float:right; margin-right:10px; position:inherit;" class="button_rss" alt="flux-rss"/>'; 45 if (isset($lang['Notification'])) { 46 $lang['Notification'] .= '<img src="./themes/sobre/images/rss.png" style="float:right; margin-right:10px; position:inherit;" class="button_rss" alt="flux-rss"/>'; 47 } 48 if (isset($lang['Notification RSS'])) { 49 $lang['Notification RSS'] .= '<img src="./themes/sobre/images/rss.png" style="float:right; margin-right:10px; position:inherit;" class="button_rss" alt="flux-rss"/>'; 50 } 47 51 } 48 52
Note: See TracChangeset
for help on using the changeset viewer.