You are here

function metatags_quick_install in Meta tags quick 7

Same name and namespace in other branches
  1. 8.3 metatags_quick.install \metatags_quick_install()
  2. 7.2 metatags_quick.install \metatags_quick_install()

@file Defines schema for metatags_quick fields

File

./metatags_quick.install, line 7
Defines schema for metatags_quick fields

Code

function metatags_quick_install() {
  drupal_set_message(t('Meta tags (quick) installed. You can now define meta tags !here', array(
    '!here' => l(t('here'), 'admin/config/search/metatags_quick'),
  )), 'status');
}