Changeset 1453
- Timestamp:
- 05/26/10 16:09:14 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.4/modules/aSlideshowSlot/templates/_slideshow.php
r1362 r1453 31 31 32 32 <li class="a-slideshow-item" id="a-slideshow-item-<?php echo $id ?>-<?php echo $n ?>" <?php echo ($first)? 'style="display:list-item;"':''; ?>> 33 <?php include_partial('aSlideshowSlot/'.$options[' slideshow_item_template'], array('item' => $item, 'id' => $id, 'embed' => $embed, 'n' => $n, 'options' => $options)) ?>33 <?php include_partial('aSlideshowSlot/'.$options['itemTemplate'], array('item' => $item, 'id' => $id, 'embed' => $embed, 'n' => $n, 'options' => $options)) ?> 34 34 </li> 35 35 <?php $first = false; $n++; endforeach ?>

