Download & Extend

Is there a "rebuild theme registry on every page" setting?

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

Status:active» fixed

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

#3

Status:fixed» closed (fixed)

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

#4

Status:closed (fixed)» active

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.