summaryrefslogtreecommitdiffstats
path: root/templates/show_shoutbox.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_shoutbox.inc.php')
-rw-r--r--templates/show_shoutbox.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php
index 38925390..55d25e85 100644
--- a/templates/show_shoutbox.inc.php
+++ b/templates/show_shoutbox.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<?php show_box_top(T_('Shoutbox')); ?>
+<?php UI::show_box_top(T_('Shoutbox')); ?>
<div id="shoutbox">
<?php
foreach ($shouts as $shout_id) {
@@ -39,4 +39,4 @@
</div>
<?php } ?>
</div>
-<?php show_box_bottom(); ?>
+<?php UI::show_box_bottom(); ?>