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