|
|||
|
Hallo, ich will einen neuen button in die obere navi einfügen, soll ein link zur website werden, kann mir jemand einen tip geben in welcher datei ich welche einträge machen muss, aus dem hanbbuch werde ich nicht schlau(er).
Grüße Manfred |
|
|||
|
Hi, habe meinen Button eingebaut, aber die position ist nicht richtig, weiss jemand wie ich in der index.html.php, so heisst die, oder wo sonst, die position verändern kann?
der eintrag ist: <a href="http://www.farbberatung-shop.de">Home</a> |
|
|||
|
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; ?> Geändert von Amrit (09.02.2011 um 10:39 Uhr) |
![]() |
| Lesezeichen |
| Stichworte |
| button |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Neuer Button im Admin | Templar | Fragen zur Software | 1 | 02.03.2010 12:33 |
| Neuer Button in Box Login | Konair23 | Fragen zur Software | 2 | 16.06.2009 10:27 |
| Neuer Button (Content) neben Warenkorb, Ihr Konto, usw. | Jespa | Fragen zur Software | 14 | 12.06.2009 15:26 |
| Neuer Button In Artikelbeschreibung ? | bemybag | Shopbereich | 1 | 06.03.2004 16:48 |