Changeset 6293 for extensions


Ignore:
Timestamp:
May 23, 2010, 1:20:57 PM (14 years ago)
Author:
Gotcha
Message:

bug:1675

File:
1 edited

Legend:

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

    r6292 r6293  
    4343{
    4444global $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  }
    4751}
    4852
Note: See TracChangeset for help on using the changeset viewer.