2004/1/8 4:46
hagan
Just popping in
Posts: 2
Since: 2003/8/12
2004/1/8 5:00
Dave_L
XOOPS is my life!
Posts: 2277
Since: 2003/11/7
2004/1/8 5:47
philou
Quite a regular
Posts: 384
Since: 2002/5/6 8
2004/1/8 10:29
GadgetMn
Posts: 55
Since: 2003/7/15
2004/1/8 17:15
if ( isset( $HTTP_POST_VARS['xoops_theme_select'] ) && in_array( $HTTP_POST_VARS['xoops_theme_select'], $xoopsConfig['theme_set_allowed'] ) ) { $xoopsConfig['theme_set'] = $HTTP_POST_VARS['xoops_theme_select']; $HTTP_SESSION_VARS['xoopsUserTheme'] = $HTTP_POST_VARS['xoops_theme_select'];
if(is_object($xoopsUser) == true) { $xoopsDB->queryF("UPDATE ".$xoopsDB->prefix('users')." SET theme='".$xoopsConfig['theme_set']."' WHERE uid=".$xoopsUser->uid()); }
2004/1/8 17:21
if(is_object($xoopsUser) == true)
if(is_object($xoopsUser))
2004/1/8 17:26
2004/1/17 10:22
Jennifah
Posts: 35
Since: 2003/2/19
Advanced Search
256 user(s) are online (139 user(s) are browsing Support Forums)
Members: 0
Guests: 256