Occasionally a Drupal 6 theme will refuse to budge, despite any attempts to force a theme update. I came across this problem while attempting to modify my theme.info file to add a few additional JS files. Saving the theme configuration did not work, nor did clearing the database cache.
The following step did work, however:
- Access the database through phpmyadmin. Theme information is stored in the 'system' table with a type of 'theme.'
- Hunt down the theme entry in question.
- Edit the theme's info. This JSON entry is architected in the following manner: a. Keys with the type "a:x" where x is an integer indicate the number of entries in the following hash table.