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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_shoutbox.inc.php b/templates/show_shoutbox.inc.php
index d46f07c1..38925390 100644
--- a/templates/show_shoutbox.inc.php
+++ b/templates/show_shoutbox.inc.php
@@ -30,7 +30,7 @@
$client = new User($shout->user);
$client->format();
?>
-<div class="shout <?php echo flip_class(); ?>">
+<div class="shout <?php echo UI::flip_class(); ?>">
<?php echo $shout->get_image(); ?>
<?php echo Ajax::button('?action=basket&type=' . $shout->object_type .'&id=' . $shout->object_id,'add', T_('Add'),'add_' . $shout->object_type . '_' . $shout->object_id); ?>
<?php echo $object->f_link; ?>