echo T_('Default'); ?> </th> <th class="cel_vote_count"><?php echo T_('Songs'); ?> </th> <th class="cel_action"><?php echo T_('Action'); ?> </th> </tr> <?php foreach ($playlists as $democratic_id) { $democratic = new Democratic($democratic_id); $democratic->format(); $playlist = new Playlist($democratic->base_playlist); $playlist->format(); ?> <tr class="<?php echo UI::flip_class(); ?> "> <td><?php echo scrub_out($democratic->name); ?> </td> <td><?php echo $playlist->f_name_link; ?> </td>