Folder list bar on left/right
[squirrelmail.git] / src / load_prefs.php
index fefc5c37e433fae0cf9c7b09f88fbbcb6841e962..391ff21394bbb0314b8704ab59feb7701189314c 100644 (file)
       $message_highlight_list[$i]["value"] = $ary[2];
       $message_highlight_list[$i]["match_type"] = $ary[3];
    }
+   
+   $location_of_bar = getPref($data_dir, $username, 'location_of_bar');
+   if ($location_of_bar == '')
+       $location_of_bar = 'left';
 
    do_hook("loading_prefs");