HM/JGS Portal Button in die header.tpl einbauen
Anleitung für das HM PortalÖffne header.tpl und suche:
|
Template Quelltext
|
1
|
<a href="index.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_start.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" title="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" /></a>
|
Füge direkt danach ein:
|
Template Quelltext
|
1
|
<a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_portal.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" title="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" /></a>
|
Das ergeniss sollte dann so aussehen:
|
Template Quelltext
|
1
|
<a href="index.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_start.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" title="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" /></a><a href="hmportal.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_portal.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" title="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" /></a>
|
Anleitung für das JGS_PortalÖffne header.tpl und suche:
|
Template Quelltext
|
1
|
<a href="index.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_start.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" title="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" /></a>
|
Füge direkt danach ein:
|
Template Quelltext
|
1
|
<a href="jgs_portal.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_portal.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" title="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" /></a>
|
Das ergeniss sollte dann so aussehen:
|
Template Quelltext
|
1
|
<a href="index.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_start.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" title="{$lang->items[\'LANG_GLOBAL_TOINDEX\']}" /></a><a href="jgs_portal.php{$SID_ARG_1ST}"><img src="{$style[\'imagefolder\']}/top_portal.gif" border="0" alt="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" title="{$lang->items[\'LANG_GLOBAL_PORTAL\']}" /></a>
|
Viel spass mit dem Portal
Codeschnipsel © liegt bei Shorty