5 lines
134 B
PHTML
5 lines
134 B
PHTML
<?php
|
|
if(count($this->playlists) > 0) {
|
|
echo $this->partialLoop('schedule/find-playlists-partial.phtml', $this->playlists);
|
|
}
|
|
?>
|