Posted by dhalbert on November 10, 2011 at 2:28am
5 followers
Jump to:
| Project: | Omega |
| Version: | 7.x-3.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Is there a "rebuild theme registry on every page" setting for Omega? I remember other themes (Zen?) having this setting and warning about it, but I can't remember if Omega has it, and if it does, I can't find where to turn it on or off. Thanks.
Comments
#1
Not by default but you can use Devel module or following code to rebuild theme registry on page load:
drupal_theme_rebuild();#2
as dropletzz said, just use devel and eneble that in the devel settigs
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Where do I add this code?
drupal_theme_rebuild();
Thanks
#5
The easiest way would be to make a new page with the PHP code setting and enter this code within PHP tags.
That way, every time you load the page, this code should run.