Template Portal_global suche nach:
Code:
<title><if condition="!defined('SCRIPTGLOBAL')"> <if condition="$foruminfo[title_clean] AND !(THIS_SCRIPT == 'showthread')"> $foruminfo[title_clean] -</if> <if condition="THIS_SCRIPT == 'showthread' OR !$foruminfo[title_clean] AND THIS_SCRIPT != 'index'"> $vbcms_global[headtitle] -</if><if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase> - </if> $vboptions[bbtitle]<else />$vbcms_global[headtitle] - $vboptions[bbtitle]</if></title>
ersetze es mit:
Code:
<title><if condition="!defined('SCRIPTGLOBAL')"> <if condition="$foruminfo[title_clean] AND !(THIS_SCRIPT == 'showthread')"> $foruminfo[title_clean] -</if> <if condition="THIS_SCRIPT == 'showthread' OR !$foruminfo[title_clean] AND THIS_SCRIPT != 'index'"> $vbcms_global[headtitle] -</if><if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase> - </if> $vboptions[bbtitle]<else /><if condition="$vbcms_global['headtitle'] != 'Startseite'">$vbcms_global[headtitle] - </if>$vboptions[bbtitle]</if></title>