diff options
Diffstat (limited to 'templates/show_add_shout.inc.php')
-rw-r--r-- | templates/show_add_shout.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 0a1fbd47..739b1571 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -20,7 +20,7 @@ * */ ?> -<?php show_box_top(T_('Post to Shoutbox'), 'box box_add_shout'); ?> +<?php UI::show_box_top(T_('Post to Shoutbox'), 'box box_add_shout'); ?> <form method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/shout.php?action=add_shout"> <table class="tabledata" cellpadding="0" cellspacing="0"> <tr> @@ -44,4 +44,4 @@ </tr> </table> </form> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |