Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 6800 → Rev 6799

/mods/mod_paypal/order_done.phtml
9,7 → 9,7
<p><?php echo __('Um den Betrag mit PayPal zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
<p>
<a title="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" href="<?php echo $this->view['paypalLink']; ?>">
<img src="<?php echo $this->getRessourceURL('mods/mod_paypal/gfx/pp-logo-big.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" style="margin-right:7px;">
<img src="<?php echo $this->getRessourceURL('mods/mod_billsafe/gfx/pp-logo-big.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" style="margin-right:7px;">
</a>
</p>
<?php if ($this->get_option('wpsg_mod_paypal_autostart') == '1') { ?>