You are here

function uniform_install in Uniform 7

Same name and namespace in other branches
  1. 6 uniform.install \uniform_install()
  2. 7.2 uniform.install \uniform_install()

@file Install, update and uninstall functions for the Uniform module.

File

./uniform.install, line 8
Install, update and uninstall functions for the Uniform module.

Code

function uniform_install() {
  variable_set('uniform_theme', 'default');
  drupal_set_message($message = 'Uniform is now enabled, now go to the <a href="/admin/config/user-interface/uniform">Uniform settings page</a> and configure which form elements get themed.', $type = 'status');
}