1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- ?>
- <?php
- <?php if(count($items)): ?>
- <?php foreach ($items as $delta => $item): ?>
- <?php $item['#item']['delta'] = $delta; ?>
- <?php print render($item); ?>
- <?php
- <?php endforeach; ?>
- <?php endif; ?>
|