summaryrefslogtreecommitdiff
path: root/modules/drupal/drupal.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r--modules/drupal/drupal.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module
index 4f5921dd4..416fc49fb 100644
--- a/modules/drupal/drupal.module
+++ b/modules/drupal/drupal.module
@@ -22,13 +22,6 @@ function drupal_help($section) {
</ul>
');
$output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>';
- $output .= t('<p>You can</p>
-<ul>
- <li>run your cron job at your site\'s <a href="@file-cron">cron page</a></li>
- <li>view your <a href="@file-xmlrpc">XML-RPC page</a>.</li>
- <li>administer Drupal <a href="@admin-settings-drupal">administer &gt;&gt; site configuration &gt;&gt; distributed authentication</a>.</li>
-</ul>
-', array('@file-cron' => 'cron.php', '@file-xmlrpc' => 'xmlrpc.php', '@admin-settings-drupal' => url('admin/settings/distributed-authentication')));
$output .= '<p>'. t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions:
<ul>
<li>Enable the page module. Select create content &gt;&gt; page.</li>