diff options
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r-- | templates/show_confirmation.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index 09be1d5c..b8b5dd23 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -22,7 +22,7 @@ $confirmation = Core::form_register($form_name); ?> -<?php show_box_top(scrub_out($title), 'box box_confirmation'); ?> +<?php UI::show_box_top(scrub_out($title), 'box box_confirmation'); ?> <?php echo $text; ?> <br /> <form method="post" action="<?php echo $path; ?>" style="display:inline;"> @@ -35,4 +35,4 @@ $confirmation = Core::form_register($form_name); <?php echo $confirmation; ?> </form> <?php } ?> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |