By salimbablu on
Hi All,
I want to change theme name and all refrences into the drupal "newsflash" them to "drew" theme name.
when i am renaming drupal theme then my front page is not appearing.
Thanks
Hi All,
I want to change theme name and all refrences into the drupal "newsflash" them to "drew" theme name.
when i am renaming drupal theme then my front page is not appearing.
Thanks
Comments
Tried replacing the .info
Tried replacing the .info file?
-----------------
Vindstille.net | Gravide studenter mer friske enn andre gravide?
rename .info and clear the cache
If you are using drupal 6 then rename newsflash.info file of your theme to drew.info and change settings in it.
And after that clear the cache from admin/settings/performance
thanks
I'm unsure whether this is
I'm unsure whether this is applicable to all cases (perhaps it is not an example of best practice) but sometimes I have seen references to the "theme_name" in the template.php file. Do a find & replace "theme_name" to "new_theme_name" on the tempate.php file in your theme. Backup the file and give a cursory glance to the instances of "theme_name" first, just to be safe.