CC-4542: Playlists containing dynamic smart blocks cannot be previewed

- fixed
This commit is contained in:
James 2012-10-16 14:09:34 -04:00
parent 75db11d780
commit 67ca0db4c8
2 changed files with 26 additions and 1 deletions

View file

@ -21,7 +21,7 @@ if ($item['type'] == 2) {
<span class="ui-icon ui-icon-play"></span>
</div>
<?php elseif ($item['type'] == 2 && $item['exists']): ?>
<div class="big_play" blockId="<?php echo $item["item_id"]; ?>">
<div class="big_play" blockId="<?php echo $item["item_id"]; ?>" blocktype="<?php echo $staticBlock?"static":"dynamic"?>">
<span class="ui-icon ui-icon-play"></span>
</div>
<?php else:?>