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

dropletz’s picture

Not by default but you can use Devel module or following code to rebuild theme registry on page load:
drupal_theme_rebuild();

marcoka’s picture

Status: Active » Fixed

as dropletzz said, just use devel and eneble that in the devel settigs

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jdln’s picture

Status: Closed (fixed) » Active

Where do I add this code?

drupal_theme_rebuild();

Thanks

grahamvalue’s picture

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.