 |
Quote: |
 |
|
|
 |
Originally Posted by Red Dragon
|
 |
|
|
|
|
|
|
|
|
Wie kann ich die Verlinkung im Header ändern??
Die zeigt jetzt auf die Index.php. Möchte das gerne ändern in Portal.php.
|
|
 |
|
 |
|
Ok such in der header.tpl nach
Code:
<td><a href="index.php{$SID_ARG_1ST}" onmouseover="turnOn('home');"
onmouseout="turnOff('home');"><img name="home" class="imgTrans"
src="{$style['imagefolder']}/radio_09.jpg" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></td>
und ersetze mit
Code:
<td><a href="portal.php{$SID_ARG_1ST}" onmouseover="turnOn('home');"
onmouseout="turnOff('home');"><img name="home" class="imgTrans"
src="{$style['imagefolder']}/radio_09.jpg" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></td>
Gruss Nightmare