Closed (works as designed)
Project:
SigmaOne
Version:
7.x-1.0-beta15
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2013 at 23:19 UTC
Updated:
10 Jan 2013 at 11:23 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| sigmaoness.jpg | 167.42 KB | colinf |
Comments
Comment #1
duckzland commentedcan 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.
Comment #2
colinf commentedThank you for this inserted
variable_set('admin_theme', 'sigmaone');into line 3 and worked a treat first time.Thank you