Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2871 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Anzeige der TopSeller im Frontend
5
	 */
6
 
7
?>
8
<?php if (wpsg_isSizedArray($this->view['topseller'])) { ?>
9
<div class="wpsg_mod_topseller">
10
	<?php foreach ($this->view['topseller'] as $p) { ?>
11
		<?php echo $this->renderProdukt($p['id'], $this->view['template']); ?>
12
	<?php } ?>
13
</div>
14
<div class="wpsg_clear"></div>
15
<?php } ?>