You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Install, update and uninstall functions for the basic BAT module.
*/
/**
* Implements hook_install()
*/
function bat_install() {
$docs_path = 'http://docs.roomify.us';
drupal_set_message(t('Thanks for installing BAT! Checkout the Roomify BAT <a href="@DOCS_LINK">documentation</a> for information on how to fully configure BAT.', array('@DOCS_LINK' => url($docs_path))));