New Delete
pl)) { echo $this->pl->getName(); } ?>
pl)) { echo $this->pl->getLength(); } ?>
pl)) { echo '
'; echo ''; echo 'Title'; echo 'Creator'; echo 'Playlength'; echo '
'; echo '
    '; if (count($this->pl->getContents())) { echo $this->partialLoop('sideplaylist/sidebarcontent.phtml', $this->pl->getContents()); } else { echo '
  • Empty playlist
  • '; } echo '
'; } else { echo '
No open playlist
'; } ?>