diff options
Diffstat (limited to 'templates/show_add_user.inc.php')
-rw-r--r-- | templates/show_add_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index 0c6a7b66..e672876e 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Adding a New User')); ?> +<?php show_box_top(_('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"> |