open index.php
find
- Code: Select all
$header_title = $wordings[$roster_conf['roster_lang']]['menustats'];
replace with
- Code: Select all
$header_title = $wordings[$roster_conf['roster_lang']]['kbc_title_addon'];
2.) i replaced the h1-headline "kbc_title_addon" with a link to the classic wow keys because in my opinion the headline is to large and now included in pagetitle
open membersinstBC.php
find
- Code: Select all
print("<h1>".$wordings[$roster_conf['roster_lang']]['kbc_title_addon']."</h1><br>");
and replace with
- Code: Select all
print("<a href='indexinst.php'>".$wordings[$roster_conf['roster_lang']]['Link_to_classic_keys']."<a/><br><br>");
open deDE.php and add somewhere
- Code: Select all
$wordings['deDE']['Link_to_classic_keys'] = 'Link zu alten WoW Schlüsseln';
open enUS.php and add somewhere
- Code: Select all
$wordings['enUS']['Link_to_classic_keys'] = 'Link to classic WoW keys';