drupal_rebuild_theme_registry

6 theme.inc drupal_rebuild_theme_registry()

Force the system to rebuild the theme registry; this should be called when modules are added to the system, or when a dynamic system needs to add more theme hooks.

4 calls to drupal_rebuild_theme_registry()

File

includes/theme.inc, line 255
The theme system, which controls the output of Drupal.

Code

function drupal_rebuild_theme_registry() {
  cache_clear_all('theme_registry', 'cache', TRUE);
}

Comments

name change for D7

The Drupal 7 version of this function is drupal_theme_rebuild().

Theme Registry on Admin Menu

If anyone can help....

I installed administration menu in order to run theme registry in drupal 6 as part of a tutorial.

Now the view info node information is on the front page. How do I disable it?

There is no setting in the themes or anywhere for that matter.

.

This is not a place for support questions. Please use the AM queue or the forums.

Login or register to post comments