You are here

function styles_update_7200 in Styles 7.2

Add new theme functions.

File

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

Code

function styles_update_7200() {
  drupal_theme_rebuild();
  return array();
}