diff options
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r-- | templates/show_ip_history.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index 651f56d6..863d07c2 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -20,7 +20,7 @@ * */ ?> -<?php /* HINT: Username */ show_box_top(sprintf(T_('%s IP History'), $working_user->fullname)); ?> +<?php /* HINT: Username */ UI::show_box_top(sprintf(T_('%s IP History'), $working_user->fullname)); ?> <div id="information_actions"> <ul> <li> @@ -61,4 +61,4 @@ </tr> </table> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |