Subversion Repositories wpShopGermany4

Rev

Rev 5025 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4671 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Integration in den Warenkorb der PayPal API
5
	 */
6
 
7
?>
8
 
5003 daniel 9
<?php if (wpsg_isSizedInt($this->get_option('wpsg_mod_paypalapi_paypalexpress'))) { ?>
5016 daniel 10
<div class="wpsg_mod_paypalapi_button_wrap">
11
	<button type="submit" name="wpsg_mod_submit" value="wpsg_mod_paypalapi" class="wpsg_mod_paypalapi_button">
12
		<img src="<?php echo $this->getRessourceURL('mods/mod_paypalapi/gfx/checkout-logo-small-de.png'); ?>" alt="<?php echo __('Direkt zu PayPal', 'wpsg'); ?>" />
13
	</button>
5025 daniel 14
	<div class="wpsg_clear"></div>
5016 daniel 15
</div>
4993 daniel 16
<?php } ?>