Active
Project:
Omega
Version:
7.x-3.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 02:28 UTC
Updated:
20 Mar 2013 at 06:34 UTC
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
Comment #1
dropletz commentedNot by default but you can use Devel module or following code to rebuild theme registry on page load:
drupal_theme_rebuild();Comment #2
marcoka commentedas dropletzz said, just use devel and eneble that in the devel settigs
Comment #4
jdln commentedWhere do I add this code?
drupal_theme_rebuild();
Thanks
Comment #5
grahamvalue commentedThe 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.