Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Links einfügen

    teamrsr

    • Frisch an Board
    • Beiträge: 67
    Links einfügen
    am: 16. April 2012, 10:19:02
    Hallo,

    Kann ich oben neben Warenkorb  I  Kassa I  einen Link einfügen??

    Wenn ja wo muss ich den einfügen?
    MFG
    Robert

    Linkback: https://www.modified-shop.org/forum/index.php?topic=19506.0

    Markus

    • modified Team
    • Beiträge: 1.396
    • Geschlecht:
    Re: Links einfügen
    Antwort #1 am: 16. April 2012, 10:43:18
    Hi,

    In der index.html von deinem Template wirst du fündig.

    z.B. ... templates/xtc5/index.html

    Markus

    teamrsr

    • Frisch an Board
    • Beiträge: 67
    Re: Links einfügen
    Antwort #2 am: 16. April 2012, 11:54:58
    Hallo,

    Ja das dachte ich mir aber ich habe keine ahnung wie, wenn ich diese einfüge dann sind die Links irgendwo  :nixweiss:

    Hier wäre der Quellcode:

    {config_load file="$language/lang_$language.conf" section="index"}
    <div id="wrap">
    <div id="shopname"><div id="cartbox">{$box_CART}</div></div>
    <div id="navbar">
    <!-- Navigation Start -->
    <ul id="nav">
       <li class="page_item"><a href="index.php" onfocus="if(this.blur)this.blur()">{#link_index#}</a></li>
       {php} if (!isset($_SESSION['customer_id'])) { {/php}<li class="page_item"><a {php} if (strpos($_SERVER['REQUEST_URI'],"login.php") > 0 ) echo 'class="active"'; {/php} onfocus="if(this.blur)this.blur()" href="{php} echo xtc_href_link('login.php');{/php}">{#link_login#}</a></li>{php} } {/php}
         {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<li class="page_item"> <a href="{$logoff}" onfocus="if(this.blur)this.blur()">{#link_logoff#}</a></li>{php} } {/php}{/if}
         <li class="page_item">{if $account}<a {php} if (strpos($_SERVER['REQUEST_URI'],"account") > 0 ) echo 'class="active"'; {/php} href="{$account}" onfocus="if(this.blur)this.blur()">{#link_account#}</a>{/if}</li>
       <li class="page_item"><a {php} if (strpos($_SERVER['REQUEST_URI'],"shopping_cart.php") > 0 ) echo 'class="active"'; {/php} href="{$cart}" onfocus="if(this.blur)this.blur()">{#link_cart#}</a></li>
       <li class="page_item"><a {php} if (strpos($_SERVER['REQUEST_URI'],"checkout") > 0 ) echo 'class="active"'; {/php} href="{$checkout}" onfocus="if(this.blur)this.blur()">{#link_checkout#}</a></li>
    </ul>
    <div id="search_box">{$box_SEARCH}</div><div id="languages">{$box_LANGUAGES}</div>
    <!-- Navigation Ende --></div>
    <div id="slidercontainer">
    <div id="slider">
       <a href="http://www.team-rsr.com/testshop/product_info.php?products_id=1"><img src="{$tpl_path}banner/banner_01.jpg" alt="" border="0" /></a>
       <a href="#"><img src="{$tpl_path}banner/banner_02.jpg" alt="" border="0" /></a>
       <a href="#"><img src="{$tpl_path}banner/banner_03.jpg" alt="" border="0" /></a>
       <a href="#"><img src="{$tpl_path}banner/banner_04.jpg" alt="" border="0" /></a>
       <a href="#"><img src="{$tpl_path}banner/banner_05.jpg" alt="" border="0" /></a>
    --------------------------------------------------------------------------------
    DIESE LINKS MÖCHTE ICH EINFÜGEN!!!!!
                 <li><a href="shop_content.php?coID=0" target="_self">-- Car Hifi --</a></li>
                 <li><a href="shop_content.php?coID=20" target="_self">-- Tipps & Tricks --</a></li>
                 <li><a href="http://www.t-g-x.at/rsr/index.php" target="_blank">-- Einbaugalerie --</a></li>

    ----------------------------------------------------------------------------------
    </div>
    </div><!-- EOF slidercontainer -->
    <div id="infobar"><div class="navtrail">{$navtrail}</div></div>
    <div id="content">
    <div id="contenttop"><img src="{$tpl_path}bilder/contenttop.jpg" alt="" width="703" height="53" border="0" /></div>
    <div id="contentmiddle"><div class="shopcontent">{if strstr ($smarty.server.PHP_SELF, 'index')}
    {if $smarty.get.cPath==null and $smarty.get.manufacturers_id==''}
    {if $BANNER}{$BANNER}{/if} {/if} {/if} {$main_content}</div></div>
    <div id="contentbottom"><img src="{$tpl_path}bilder/contentbottom.jpg" alt="" width="703" height="7" border="0" /></div>
    </div><!-- content Ende -->
    <div id="boxes">{$box_ADMIN}{$box_CATEGORIES}{$box_LOGIN}{$box_WHATSNEW}{$box_MANUFACTURERS}{$box_CONTENT}{$box_NEWSLETTER}{$box_SPECIALS}{$box_REVIEWS}{$box_LAST_VIEWED}{$box_INFOBOX}{$box_BESTSELLERS}

    <a id="sys_contact" target="_self" href="{php}echo xtc_href_link(FILENAME_CONTENT, 'coID=7', 'NONSSL');{/php}" title="Kontakt"></a>
    <a id="sys_facebook" target="_blank" href="http://www.facebook.com/#!/profile.php?id=1547626033" title="Facebook"></a>
    <a id="sys_rss" target="_self" href="{php}echo xtc_href_link(FILENAME_CONTENT, 'coID=25', 'NONSSL');{/php}" title="RSS"></a>

    MFG
    Robert
    Shop Hosting
    8 Antworten
    3955 Aufrufe
    22. März 2013, 18:33:40 von Modfan
    4 Antworten
    3864 Aufrufe
    03. Mai 2011, 18:47:56 von Tomcraft
    2 Antworten
    3169 Aufrufe
    01. Dezember 2013, 12:18:05 von web28
    43 Antworten
    30019 Aufrufe
    02. August 2016, 01:30:31 von svenyo