diff options
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 08732b32f..78284090f 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -783,8 +783,9 @@ function statistics_page() { print theme("footer"); } else { + drupal_set_title(t("Access denied")); print theme("header"); - print theme("box", t("Access denied"), message_access()); + print message_access(); print theme("footer"); } } |