You are here

function shadowbox_update_7001 in Shadowbox 7.4

Same name and namespace in other branches
  1. 7.3 shadowbox.install \shadowbox_update_7001()

File

./shadowbox.install, line 69
Shadowbox module install file.

Code

function shadowbox_update_7001() {
  drupal_theme_rebuild();
}