summaryrefslogtreecommitdiffstats
path: root/templates/show_add_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_add_user.inc.php')
-rw-r--r--templates/show_add_user.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php
index 8d6a2c93..d42988cd 100644
--- a/templates/show_add_user.inc.php
+++ b/templates/show_add_user.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Adding a New User'), 'box box_add_user'); ?>
+<?php UI::show_box_top(T_('Adding a New User'), 'box box_add_user'); ?>
<?php Error::display('general'); ?>
<form name="add_user" enctype="multpart/form-data" method="post" action="<?php echo Config::get('web_path') . "/admin/users.php?action=add_user"; ?>">
<table class="tabledata" cellspacing="0" cellpadding="0">
@@ -85,4 +85,4 @@
<input type="submit" value="<?php echo T_('Add User'); ?>" />
</div>
</form>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>