view sites/all/modules/rdfx/evoc/evoc.install @ 4:ce11bbd8f642

added modules
author danieleb <danielebarchiesi@me.com>
date Thu, 19 Sep 2013 10:38:44 +0100
parents
children
line wrap: on
line source
<?php

/**
 * @file
 * Install, update and uninstall functions for the evoc module.
 */

/**
 * Implements hook_install().
 */
function evoc_install() {
  drupal_set_message('You can now ' . l('import the core RDF vocabularies', 'evoc/import_core') . '.');
}