Ignore:
Timestamp:
Apr 12, 2011, 6:51:57 PM (13 years ago)
Author:
flop25
Message:

traduction EN and FR added
all seems good
todo : test tricky .conf.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Icons_Set/main.inc.php

    r10330 r10334  
    3333        $conf_themes=$conf_iconset['themes'];
    3434        $conf_icons=$conf_iconset['icons'];
    35         if (isset($user['theme']) and array_key_exists($user['theme'], $conf_themes) and !empty($conf_themes[$user['theme']]) and file_exists(ICONS_PATH.$conf_themes[$user['theme']]) )
     35        if (isset($user['theme']) and is_array($conf_themes) and array_key_exists($user['theme'], $conf_themes) and !empty($conf_themes[$user['theme']]) and file_exists(ICONS_PATH.$conf_themes[$user['theme']]) )
    3636        {
    3737                include ICONS_PATH.$conf_themes[$user['theme']];
Note: See TracChangeset for help on using the changeset viewer.