I have enabled this theme without setting the admin theme, to sigmaone, therefore unable to access site settings or any admin feature, from within drupal. I have no way of reverting to any previously enabled theme. Is there any way of changing this in settings or theme.inc , or any other place. This is not a bug, merely myself enabling this theme without reading the docs in advance. Any advice appreciated.

CommentFileSizeAuthor
sigmaoness.jpg167.42 KBcolinf

Comments

duckzland’s picture

can you access admin/appearance?

if not, you can try using drush to disable sigmaone / set sigmaone as the admin theme

or put this line variable_set('admin_theme', 'sigmaone'); in template.php (can be in sigmaone template.php) or your current admin theme template.php.

colinf’s picture

Status: Active » Closed (works as designed)

Thank you for this inserted
variable_set('admin_theme', 'sigmaone'); into line 3 and worked a treat first time.

Thank you