Subversion Repositories wpShopGermany4

Rev

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

Rev 5261 Rev 5639
Line 4... Line 4...
4
	 * Template für die Ausgabe des Trusted Shops Widgets im Frontend
4
	 * Template für die Ausgabe des Trusted Shops Widgets im Frontend
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<?php if ($this->view['settings']['wpsg_mod_trustedshops_siegel'] == '1') { ?>
9
<?php if ($this->view['widget_settings']['wpsg_mod_trustedshops_siegel'] == '1') { ?>
10
<div class="wpsg_mod_trustedshops_siegel">
10
<div class="wpsg_mod_trustedshops_siegel">
11
	
11
	
12
</div>
12
</div>
13
<?php } ?>
13
<?php } ?>
14
 
14
 
15
<?php if ($this->view['settings']['wpsg_mod_trustedshops_vote'] == '1') { ?>
15
<?php if ($this->view['widget_settings']['wpsg_mod_trustedshops_vote'] == '1') { ?>
16
<div class="wpsg_mod_trustedshops_vote">
16
<div class="wpsg_mod_trustedshops_vote">
17
	<a target="_blank" href="https://www.trustedshops.de/bewertung/info_<?php echo $this->get_option('wpsg_mod_trustedshops_shopid'); ?>.html" title="<?php echo wpsg_hspc($this->get_option('wpsg_mod_trustedshops_siegeltitle')); ?>">
17
	<a target="_blank" href="https://www.trustedshops.de/bewertung/info_<?php echo $this->get_option('wpsg_mod_trustedshops_shopid'); ?>.html" title="<?php echo wpsg_hspc($this->get_option('wpsg_mod_trustedshops_siegeltitle')); ?>">
18
		<img class="bewertung" alt="<?php echo wpsg_hspc($this->get_option('wpsg_mod_trustedshops_siegeltitle')); ?>" border="0" src="<?php echo $this->view['siegelURL']; ?>"/>
18
		<img class="bewertung" alt="<?php echo wpsg_hspc($this->get_option('wpsg_mod_trustedshops_siegeltitle')); ?>" border="0" src="<?php echo $this->view['siegelURL']; ?>"/>
19
	</a>
19
	</a>
20
</div>
20
</div>
21
<?php } ?>
21
<?php } ?>
22
 
22
 
23
<?php if ($this->view['settings']['wpsg_mod_trustedshops_badge'] == '1') { ?>
23
<?php if ($this->view['widget_settings']['wpsg_mod_trustedshops_badge'] == '1') { ?>
24
<script type="text/javascript">/* <![CDATA[ */
24
<script type="text/javascript">/* <![CDATA[ */
25
	
25
	
26
    (function () { 
26
    (function () { 
27
    var _tsid = '<?php echo $this->get_option('wpsg_mod_trustedshops_shopid'); ?>'; 
27
    var _tsid = '<?php echo $this->get_option('wpsg_mod_trustedshops_shopid'); ?>'; 
28
    _tsConfig = { 
28
    _tsConfig = {