xtc.sanchez Posted February 20, 2008 Report Share Posted February 20, 2008 Hallo Leute, ich würde gerne im Header bzw. Navigation oder im Menü einen Hyperlink zum Forum hinzufügen. In welcher Datei bearbeite ich das? oO lg, sanchez Link to comment Share on other sites More sharing options...
dukie6666 Posted February 20, 2008 Report Share Posted February 20, 2008 in der index.html Deines Templates Link to comment Share on other sites More sharing options...
xtc.sanchez Posted February 21, 2008 Author Report Share Posted February 21, 2008 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 More sharing options...
yuecel Posted February 21, 2008 Report Share Posted February 21, 2008 zwischen Home | und {if $account}{php}if diesen: <a href="http://www.forum.de">Forum</a> | so würde es aussehen: Home | <a href="http://www.forum.de">Forum</a> | | {if $account}{php}if Link to comment Share on other sites More sharing options...
xtc.sanchez Posted February 21, 2008 Author Report Share Posted February 21, 2008 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 More sharing options...
yuecel Posted February 21, 2008 Report Share Posted February 21, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.