diff options
Diffstat (limited to 'templates/rightbar.inc.php')
-rw-r--r-- | templates/rightbar.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index 46ff84a7..6296a0cf 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -100,7 +100,7 @@ $object->f_link = Random::get_type_name($type); } ?> -<li class="<?php echo flip_class(); ?>" > +<li class="<?php echo UI::flip_class(); ?>" > <?php echo $object->f_link; ?> <?php echo Ajax::button('?action=current_playlist&type=delete&id=' . $uid,'delete', T_('Delete'),'rightbar_delete_' . $uid,'','delitem'); ?> </li> @@ -108,7 +108,7 @@ <li class="error"><?php echo T_('Not Enough Data'); ?></li> <?php } ?> <?php if (isset($truncated)) { ?> - <li class="<?php echo flip_class(); ?>"> + <li class="<?php echo UI::flip_class(); ?>"> <?php echo $truncated . ' ' . T_('More'); ?>... </li> <?php } ?> |