You are here

function footermap_update_7100 in footermap: a footer site map 7

7100: Clear theme registry cache.

File

./footermap.install, line 22
Footermap install file.

Code

function footermap_update_7100() {
  cache_clear_all('theme_registry', 'cache', '*');
  cache_clear_all('footermap', 'cache', '*');
  return t('Cleared theme registry and footermap cache.');
}