summaryrefslogtreecommitdiff
path: root/includes/pages/admin_log.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-25 21:04:58 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-25 21:04:58 +0100
commitaad54bfe885e2ce69801597c791bff4b7f0e1521 (patch)
treeea5b6164698163c07ab1833df5a1afebdbdbc7ab /includes/pages/admin_log.php
parent96a263f7129fbcf01ef644c531cdcc0a0be59085 (diff)
basic gettext integration
Diffstat (limited to 'includes/pages/admin_log.php')
-rw-r--r--includes/pages/admin_log.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php
index ce30a246..b4a3c965 100644
--- a/includes/pages/admin_log.php
+++ b/includes/pages/admin_log.php
@@ -1,4 +1,8 @@
<?php
+function admin_log_title() {
+ return _("Log");
+}
+
function admin_log() {
$log_entries_source = LogEntries();
$log_entries = array();