Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do I remove a theme from drupal?

share|improve this question

1 Answer

AFAIK just delete its folder from /sites/all/themes

share|improve this answer
the directory is in themes. I renamed it and it still appears – lital maatuk Feb 19 '11 at 16:25
There's no reason to remove core themes. Just disable them. – ceejayoz Feb 19 '11 at 16:36
Its not a core theme. – lital maatuk Feb 19 '11 at 16:44
3  
renaming the directory will not work, deleting it will. Theme discovery is not based on the directory structure/naming within ./themes/ but the info in the .info files – jpstrikesback Feb 19 '11 at 17:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.