I have the following snippet of code I used at the top of a few pages, and this is no longer working. Do I need to modify it with the new U_Number changes?<br /><br /><?<br />require ("main.inc.php");<br />$userob = new user;<br />$user = $userob -> authenticate("U_StyleSheet");<br />$name = $user['U_Username'];<br /><br />if (!$fstyle) {<br /> $fstyle = $user['U_StyleSheet'];<br /> if ( (!$fstyle) || ($fstyle == "usedefault") ) {<br /> $fstyle = $theme['stylesheet'];<br /> }<br />}<br />$stylesheet = "{$config['styledir']}/$fstyle.css";<br />?>