} if (!count($objects)) { ?> <li><span class="nodata"><?php echo T_('No items'); ?> </span></li> <?php } if (isset($truncated)) { ?> <li class="<?php echo UI::flip_class(); ?> "> <?php echo $truncated . ' ' . T_('More'); ?> ... </li> <?php } ?> </ul> <?php // We do a little magic here to force a iframe reload depending on preference // We do this last because we want it to load, and we want to know if there is anything // to even pass if (count($objects)) { Stream::run_playlist_method(); }