summaryrefslogtreecommitdiff
path: root/modules/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics')
-rw-r--r--modules/statistics/statistics.info4
-rw-r--r--modules/statistics/statistics.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/statistics/statistics.info b/modules/statistics/statistics.info
new file mode 100644
index 000000000..3dc8fd66a
--- /dev/null
+++ b/modules/statistics/statistics.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Statistics
+description = Logs access statistics for your site.
+
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index d40e5d24e..757ddae95 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -41,8 +41,6 @@ function statistics_help($section) {
', array('@admin-settings-statistics' => url('admin/logs/settings'), '@admin-logs' => url('admin/logs'), '@admin-logs-hits' => url('admin/logs/hits'), '@admin-block' => url('admin/build/block')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@statistics">Statistics page</a>.', array('@statistics' => 'http://drupal.org/handbook/modules/statistics/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Logs access statistics for your site.');
case 'admin/logs/settings':
return t('<p>Settings for the statistical information that Drupal will keep about the site. See <a href="@statistics">site statistics</a> for the actual information.</p>', array('@statistics' => url('admin/logs/hits')));
case 'admin/logs/hits':