Line 7... |
Line 7... |
7 |
?>
|
7 |
?>
|
8 |
|
8 |
|
9 |
<p><?php echo __('Um den Betrag mit PayPal zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
|
9 |
<p><?php echo __('Um den Betrag mit PayPal zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
|
10 |
<p>
|
10 |
<p>
|
11 |
<a title="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" href="<?php echo $this->view['paypalLink']; ?>">
|
11 |
<a title="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>" href="<?php echo $this->view['paypalLink']; ?>">
|
12 |
<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;">
|
12 |
<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;">
|
13 |
</a>
|
13 |
</a>
|
14 |
</p>
|
14 |
</p>
|
15 |
<?php if ($this->get_option('wpsg_mod_paypal_autostart') == '1') { ?>
|
15 |
<?php if ($this->get_option('wpsg_mod_paypal_autostart') == '1') { ?>
|
16 |
<script type="text/javascript">/* <![CDATA[ */
|
16 |
<script type="text/javascript">/* <![CDATA[ */
|
17 |
|
17 |
|