diff options
Diffstat (limited to 'templates/show_newest.inc.php')
-rw-r--r-- | templates/show_newest.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_newest.inc.php b/templates/show_newest.inc.php index 6236058a..23740c88 100644 --- a/templates/show_newest.inc.php +++ b/templates/show_newest.inc.php @@ -27,6 +27,6 @@ */ ?> -<?php show_box_top(_('Information')); ?> +<?php show_box_top(T_('Information')); ?> <?php require_once Config::get('prefix') . '/templates/show_stats_newest.inc.php'; ?> <?php show_box_bottom(); ?> |