Sponsor-Board.de

Normale Version: Teklab CMS Navi
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo allerseits, ich mal wieder,
Und zwar hab ich das TekCMS und den Tekshop.
Design wird in kürze fertig gestellt, aber ich wollte schonmal selbst am demo template basteln, und neue Kategorien hinzufügen (Navigation).
Aber wenn ich z.b.:

Code:
/*********************************************************/
/* Header                                                 */
/*********************************************************/

function themeheader() {
    echo '<body>
          <table align="center" cellpadding="0" cellspacing="0" border="0" style="width:990px;">
            <tr><td colspan="5" style="padding-top:5px;"><img src="themes/TekBlue/images/header.png" border="0"></td></tr>
            <tr><td colspan="5" style="height:5px;"></td></tr>
            <tr><td colspan="5" style="height:31px;" background="themes/TekBlue/images/menu.png">
            <center>
            <a href="index.php">News</a>&nbsp;|
            <a href="modules.php?name=shop&op=category&ids=1">Gameserver</a>&nbsp;|
            <a href="modules.php?name=feedback">Kontakt</a>&nbsp;|
            <a href="modules.php?name=impressum">Impressum</a>
            </center>
            </td></tr>
            <tr><td colspan="5" style="height:20px;"></td></tr>
            <tr><td align="center" valign="top" style="width:170px;">';
    themeblockleft();
    echo '</td><td style="width:20px;"></td><td align="center" valign="top" style="width:610px;">';
}


/*********************************************************/


das sieht mir so aus als ob es für die navi zuständig wäre.
aber wenn ich zum beispiel:

Code:
/*********************************************************/
/* Header                                                 */
/*********************************************************/

function themeheader() {
    echo '<body>
          <table align="center" cellpadding="0" cellspacing="0" border="0" style="width:990px;">
            <tr><td colspan="5" style="padding-top:5px;"><img src="themes/TekBlue/images/header.png" border="0"></td></tr>
            <tr><td colspan="5" style="height:5px;"></td></tr>
            <tr><td colspan="5" style="height:31px;" background="themes/TekBlue/images/menu.png">
            <center>
            <a href="index.php">News</a>&nbsp;|
            <a href="modules.php?name=shop&op=category&ids=1">Gameserver</a>&nbsp;|
            <a href="modules.php?name=feedback">Kontakt</a>&nbsp;|
            <a href="modules.php?name=impressum">Impressum</a>
            !!!!!<a href="modules.php?name=protected">Protect Check</a>!!!!!!
</center>
            </td></tr>
            <tr><td colspan="5" style="height:20px;"></td></tr>
            <tr><td align="center" valign="top" style="width:170px;">';
    themeblockleft();
    echo '</td><td style="width:20px;"></td><td align="center" valign="top" style="width:610px;">';
}


/*********************************************************/


Natürlich die ausrufezeichen wegdenken, bekomme ich es aber immer noch nicht in der navi angezeigt, muss ich da ne komplett neue navie designen? denn eigentlich sollte es ja so sein das nun die sparte Protect check kommen sollte oder?

Hoffe auf hilfe

Mfg Lasnon

wenn du teklab 5 hast passt du gerade total falsch an denn teklab5 wird an template dateien angepasst wenn du hilfe brauchst icq 334030944
Referenz-URLs