Skip to content

Commit

Permalink
Actually displaying the gallery would be a good idea :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Sep 30, 2013
1 parent ea052b5 commit 44f180a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<tbody>
<?php foreach($this->items as $item): ?>
<tr class="<?php echo $item['rowClass']; ?>">
<td class="col_0 col_first image"><?php $this->getGallery('images', $item['item'])->generateMainImage(); ?></td>
<td class="col_0 col_first image"><?php echo $this->getGallery('images', $item['item'])->generateMainImage(); ?></td>
<td class="col_1 name">
<?php if($this->linkProducts && $item['hasProduct']): ?><a href="<?php echo $item['href']; ?>"><?php echo $item['name']; ?></a><?php else: ?><?php echo $item['name']; ?><?php endif; ?>
<?php if(!empty($item['options'])): ?>
Expand Down

0 comments on commit 44f180a

Please sign in to comment.