Corified Msg_Flags plugin, along with Jimmy's icon themes
[squirrelmail.git] / include / load_prefs.php
index eea76b3505388241ae23c59402c125dc746cf30b..c83436fa2ff9fc25c4f0e9a629dd98593e426e6d 100644 (file)
@@ -77,6 +77,9 @@ if (!defined('download_php')) {
     sqsession_register($theme_css, 'theme_css'); 
 }
 
+// user's icon theme, if using icons
+$icon_theme = getPref($data_dir, $username, 'icon_theme', 'none' );
+
 $use_javascript_addr_book = getPref($data_dir, $username, 'use_javascript_addr_book', $default_use_javascript_addr_book);
 
 /* Load the user's special folder preferences */