You are here

function styles_ui_styles_style_flush in Styles 7.2

Implement Styles module's hook_styles_style_flush().

File

contrib/styles_ui/styles_ui.module, line 86
Allows administration of the Styles modules.

Code

function styles_ui_styles_style_flush($style = NULL) {

  // Rebuild the menu so that we catch any new styles or containers.
  menu_rebuild();
}