Jump to content
xt:Commerce Community Forum

Neuer Button


Amrit

Recommended Posts

die datei heisst:

%%A8^A8C^A8C220AE%%index.html.php

und steht im verzeichniss:

shop/templates_c

den <href=.. am schluß habe ich eingefügt, da gibts bestimmt ne bessere lösung. der shop ist zu besichtigen unter: www.farbberatung-shop.de/shop/

der Button "Home" soll den selben abstand links haben wie die anderen.

Danke für die Mühe

Manfred

hier ab zeile 13....

<div id="topmenuwrap">

<ul id="topmenu">

<li><a href="<?php echo smarty_function_link(array('page' => 'cart'), $this);?>

"><?php echo smarty_function_txt(array('key' => 'TEXT_CART'), $this);?>

</a></li>

<?php if ($this->_tpl_vars['account'] == true): ?>

<li><a href="<?php echo smarty_function_link(array('page' => 'customer','conn' => 'SSL'), $this);?>

"><?php echo smarty_function_txt(array('key' => 'TEXT_ACCOUNT'), $this);?>

</a></li>

<?php endif; ?>

<li><a href="<?php echo smarty_function_link(array('page' => 'checkout','paction' => 'shipping','conn' => 'SSL'), $this);?>

"><?php echo smarty_function_txt(array('key' => 'TEXT_CHECKOUT'), $this);?>

</a></li>

<?php if ($this->_tpl_vars['account'] == true): ?>

<?php if ($this->_tpl_vars['registered_customer']): ?>

<li><a href="<?php echo smarty_function_link(array('page' => 'customer','paction' => 'logoff','conn' => 'SSL'), $this);?>

"><?php echo smarty_function_txt(array('key' => 'TEXT_LOGOFF'), $this);?>

</a></li>

<?php else: ?>

<li><a href="<?php echo smarty_function_link(array('page' => 'customer','paction' => 'login','conn' => 'SSL'), $this);?>

"><?php echo smarty_function_txt(array('key' => 'TEXT_LOGIN'), $this);?>

</a></li>

<a href="http://www.farbberatung-shop.de">Home</a>

<?php endif; ?>

<?php endif; ?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...