Rev 5224 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5223 |
thomas |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Integration des Logout Buttons in den Checkout
|
|
|
5 |
* wird von checkout.phtml eingebunden
|
|
|
6 |
*/
|
|
|
7 |
|
|
|
8 |
?>
|
|
|
9 |
<div class="wpsg_checkout wpsg_logout_box">
|
|
|
10 |
<?php echo __('Hallo','wpsg');?>
|
|
|
11 |
<?php echo wpsg_hspc(($this->view['basket']['checkout']['title'] != '' && $this->view['basket']['checkout']['title'] != '-1')?$this->view['basket']['checkout']['title']:''); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['vname']); ?> <?php echo wpsg_hspc($this->view['basket']['checkout']['name']); ?>
|
|
|
12 |
<a href="<?php echo $this->getUrl(wpsg_ShopController::URL_LOGOUT); ?>"><?php echo __('Abmelden', 'wpsg'); ?></a>
|
|
|
13 |
|
|
|
14 |
<div class="wpsg_clearer"></div><br />
|
|
|
15 |
|
|
|
16 |
</div>
|