Jump to content
xt:Commerce Community Forum

Hyperlink im Header/Navigation/Menü


xtc.sanchez

Recommended Posts

Hallo,

hab hier mal den inhalt der index.html:


{config_load file="$language/lang_$language.conf" section="index"} 

*******{$navtrail}

{$box_INFOBOX}*******

{$box_INFORMATION}



*******Home | {if $account}{php}if ($_SESSION['customers_status']['customers_status_id'] == 1) {{/php}{#link_login#} | {php}}{/php}{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} }{/php}{/if}{/if}{if $account}{#link_account#} | {/if}{#link_cart#} | {#link_checkout#}

{$box_SEARCH}

**************{$box_MANUFACTURERS}**************

{$box_CART}*******


*******

{$box_CATEGORIES}{$box_ADD_QUICKIE} {$box_CONTENT}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SPECIALS}{$box_WHATSNEW} {$box_ADMIN} {$box_BESTSELLERS} {$box_MANUFACTURERS_INFO}

{$main_content}



© XXX


{if $BANNER}

{$BANNER}

{/if}

Wie füge ich an dieser Stelle einen Textlink ein?

Momentan steht im Menü:

Home | | Ihr Konto | Warenkorb | Kasse

Hätte gerne:

Home | Forum | | Ihr Konto | Warenkorb | Kasse

Könnt ihr mir da helfen?

Link to comment
Share on other sites

bekomme die meldung:

Fatal error: Smarty error: [in schuhshop/index.html line 10]: syntax error: unrecognized tag: margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times (Smarty_Compiler.class.php, line 439) in /homepages/5/d227895344/htdocs/includes/classes/Smarty_2.6.14/Smarty.class.php on line 1095

Link to comment
Share on other sites

der Code bei dir stimmt auch an einigen Stellen nicht

hier meine:

Home | <a href="http://www.forum.de">Forum</a> | | {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a>

wobei bei dir Home auch nicht verlinkt ist die ich oben jetzt mit angefügt habe, ich habe das selber nicht!?

Das ist die index.html deines Templates also template/deine Template/index.html

Link to comment
Share on other sites

Archived

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

×
  • Create New...