summaryrefslogtreecommitdiff
path: root/modules/drupal/drupal.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drupal/drupal.pages.inc')
-rw-r--r--modules/drupal/drupal.pages.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/drupal/drupal.pages.inc b/modules/drupal/drupal.pages.inc
deleted file mode 100644
index a8a7a28d3..000000000
--- a/modules/drupal/drupal.pages.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-// $Id$
-
-/**
- * @file
- * User page callbacks for the drupal module.
- */
-
-
-/**
- * Menu callback; print Drupal-authentication-specific information.
- */
-function drupal_page_help() {
- return t('<p><a href="@Drupal">Drupal</a> is the name of the software that powers %this-site. There are Drupal websites all over the world, and many of them share their registration databases so that users may freely log in to any Drupal site using a single <strong>Drupal ID</strong>.</p>
-<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an e-mail address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>drupal.org</em>.</p>', array('@Drupal' => 'http://drupal.org', '%this-site' => variable_get('site_name', 'Drupal')));
-}