Making fancy row highlighting an option
[squirrelmail.git] / include / load_prefs.php
index a55aaf248bf6abc5285d6b9fae0e43d9ccf48894..06efb7e3d936b250551bfbcffad969d936dff427 100644 (file)
@@ -213,6 +213,9 @@ if (!isset($index_order)) {
 $alt_index_colors =
     getPref($data_dir, $username, 'alt_index_colors', SMPREF_ON );
 
+$fancy_index_highlite =
+    getPref($data_dir, $username, 'fancy_index_highlite', SMPREF_OFF );
+
 /* Folder List Display Format */
 $location_of_bar =
     getPref($data_dir, $username, 'location_of_bar', SMPREF_LOC_LEFT);