Posted on: 05/08/02 10:03pm
By: squatty
Quick question, what's the best way to determine what theme a user has selected?
My guess would be something like this:
$usertheme = $_CONF['theme'];
OR
$usertheme = $_USER['theme'];
Thanks!
If you know mysql...
Posted on: 05/09/02 07:09am
By: gotroot801
select username,theme from DATABASE.gl_users;