You are here

function oa_appearance_install in Open Atrium Appearance 7.2

Implements hook_install().

File

./oa_appearance.install, line 10
Provides install hooks for oa_appearance

Code

function oa_appearance_install() {
  _oa_appearance_config_colorizer();
}