@vasudha you change the theme for the whole page in the admin section, you can change details about the theme as a per user setting on the profile settings page.
I too don't know what they are talking about regarding the admin section. I see a place where I can set the theme directory, but there is no panel for setting the theme.
However, you can set the theme in config.php:
$config['site']['theme'] = 'neo';
(or of course whatever the name of your theme is.)
Comments
However, you can set the theme in config.php:
$config['site']['theme'] = 'neo';
(or of course whatever the name of your theme is.)