You are here

function styles_update_6001 in Styles 6

Add new theme functions.

File

./styles.install, line 28
Install, update and uninstall functions for the Styles module.

Code

function styles_update_6001() {
  drupal_rebuild_theme_registry();
  return array();
}