Subversion Repositories eFlore/Applications.cel

Rev

Rev 3003 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3003 Rev 3166
Line 156... Line 156...
156
		if (file_exists($widget_config_ini_fichier))  {
156
		if (file_exists($widget_config_ini_fichier))  {
157
			$widget_config = parse_ini_file($widget_config_ini_fichier, TRUE);
157
			$widget_config = parse_ini_file($widget_config_ini_fichier, TRUE);
158
			self::$config = array_merge(self::$config, $widget_config);
158
			self::$config = array_merge(self::$config, $widget_config);
159
		}
159
		}
160
	}
160
	}
161
}
-
 
162
161
}
-
 
162