fulcrm_shoppingcart/fulcrm_shoppingcart_items.tpl.php

4 lines
137 B
PHP
Raw Normal View History

<?php foreach ( $items as $item ): ?>
<?php print theme( 'fulcrm_shoppingcart_item', array( 'item' => $item ) ); ?>
<?php endforeach; ?>