Hello chickendippers,
thanks for your help, but it not work ! I tryt 2 different options 1 to replace in the tos.php
$breadcrumbnav=''.$_LANG['tosname'].''; replace with: $breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].'';
option 2: after the string:>> $breadcrumbnav=''.$_LANG['tosname'].''; add:
$breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].'';
I added this strings also in the lang file.
$_LANG["linkstart"] = "<a href="tos.php">";
$_LANG["linkend"] = "</a>";
my question is if i want make sitemap.php also linked is thare a problem with 2 same strings in the lang file? Like:
$_LANG["linkstart"] = "<a href="tos.php">";
$_LANG["linkend"] = "</a>";
and
$_LANG["linkstart"] = "<a href="sitemap.php">";
$_LANG["linkend"] = "</a>";
Greetings,
IHC