Status: offline

theMezz

Forum User
Junior
Registered: 11/27/04
Posts: 21
How do I pick what theme is to be used as the default theme for a new user??


thx

TechSys

Anonymous
In the file config.php, look for and change the theme name to what you want.. can't have any spaces.

Text Formatted Code
/ +---------------------------------------------------------------------------+
// | SITE SETTINGS                                                             |
// |                                                                           |
// | These settings help define your Geeklog site.                             |
// +---------------------------------------------------------------------------+
$_CONF['theme']             = 'apv_aeon';  // default theme
 

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

Status: offline

theMezz

Forum User
Junior
Registered: 11/27/04
Posts: 21
THANKS EVERYONE