Subversion Repositories wpShopGermany4

Rev

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

Rev 6791 Rev 7935
Line 39... Line 39...
39
        <?php echo __('Um die Zahlung zu starten, klicken Sie bitte auf das PayPal Logo','wpsg'); ?>
39
        <?php echo __('Um die Zahlung zu starten, klicken Sie bitte auf das PayPal Logo','wpsg'); ?>
40
            
40
            
41
        <div class="wpsg_clear"></div><br />
41
        <div class="wpsg_clear"></div><br />
42
            
42
            
43
        <a href="<?php echo $this->view['wpsg_mod_paypalapi']['approval_url']; ?>">
43
        <a href="<?php echo $this->view['wpsg_mod_paypalapi']['approval_url']; ?>">
44
            <img src="<?php echo $this->getRessourceURL('mods/mod_billsafe/gfx/pp-logo-big.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>">
44
            <img src="<?php echo $this->getRessourceURL('mods/mod_paypalapi/gfx/logo_100x25.png'); ?>" align="left" alt="<?php echo __('Mit PayPal bezahlen', 'wpsg'); ?>">
45
        </a>
45
        </a>
46
    
46
    
47
        <?php if ($this->get_option('wpsg_mod_paypalapi_autostart') == '1') { ?>
47
        <?php if ($this->get_option('wpsg_mod_paypalapi_autostart') == '1') { ?>
48
        <script type="text/javascript">/* <![CDATA[ */
48
        <script type="text/javascript">/* <![CDATA[ */
49
         
49