/[drupal]/contributions/modules/ext_link_page/ext_link_page.install
ViewVC logotype

Contents of /contributions/modules/ext_link_page/ext_link_page.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 8 22:00:16 2008 UTC (19 months, 2 weeks ago) by binarybill
Branch: MAIN
CVS Tags: DRUPAL-5--0-8, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of External Link Page (ext_link_page) module.  This module provides a custom page for all external links to go to in order to notify the user that they are leaving the site.
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * The install logic for ext_link_page module
7 *
8 * The install logic for ext_link_page module
9 */
10
11
12 /**
13 * Install tasks
14 * Implementation of hook_install()
15 *
16 * @return none
17 */
18 function ext_link_page_install() {
19
20 drupal_set_message(t("External Link Page has been installed. Settings are available under !link", array('!link' => l('Administer > Site configuration > External Link Page ', 'admin/settings/ext_link_page'))));
21 } // function ext_link_page_install

  ViewVC Help
Powered by ViewVC 1.1.2