diff options
Diffstat (limited to 'templates/show_shout_row.inc.php')
-rw-r--r-- | templates/show_shout_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_shout_row.inc.php b/templates/show_shout_row.inc.php index 1ec26ee8..effa3636 100644 --- a/templates/show_shout_row.inc.php +++ b/templates/show_shout_row.inc.php @@ -20,7 +20,7 @@ * */ ?> -<tr id="flagged_<?php echo $shout->id; ?>" class="<?php echo flip_class(); ?>"> +<tr id="flagged_<?php echo $shout->id; ?>" class="<?php echo UI::flip_class(); ?>"> <td class="cel_object"><?php echo $object->f_link; ?></td> <td class="cel_username"><?php echo $client->f_link; ?></td> <td class="cel_sticky"><?php echo $shout->sticky; ?></td> |