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