1.20.x dashboard.install dashboard_install()

Implements hook_install().

File

modules/dashboard/dashboard.install, line 10
Install, update and uninstall functions for the Dashboard module.

Code

function dashboard_install() {
  layout_reset_caches();
}