summaryrefslogtreecommitdiff
path: root/modules/statistics
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-31 20:22:37 +0000
commitc64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch)
treed4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/statistics
parentcdd120ed20922a3130f108ff60b47a4f2130c44d (diff)
downloadbrdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz
brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2
- Patch #80952 by earl, webchick, neclimdul et al: .info files
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':