Subversion Repositories wpShopGermany4

Rev

Rev 7824 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7824 Rev 7849
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template für die Integration der Produktvariablen in das Template
4
	 * Template für die Integration der Produktvariablen in das Template
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<div class="wpsg_mod_productvars">
9
<div class="wpsg_mod_productvars">
10
	<?php foreach ($this->view['wpsg_mod_productvars']['data'] as $pv) { ?>
10
	<?php foreach ($this->view['wpsg_mod_productvars']['data'] as $pv) { ?>
11
	<div class="wpsg_mod_productvars_row">
11
	<div class="wpsg_mod_productvars_row">
12
		<div class="wpsg_mod_productvars_label">
12
		<div class="wpsg_mod_productvars_label">
13
			<?php echo __($pv['name'], 'wpsg'); ?> <?php if ($pv['pflicht'] == '1') { ?><span class="wpsg_required">*</span><?php } ?>:
13
			<?php echo __($pv['name'], 'wpsg'); ?> <?php if ($pv['pflicht'] == '1') { ?><span class="wpsg_required">*</span><?php } ?>: