Quote:
Originally Posted by Onkel_Tom
PcFreak, I thought this was fixed in Dezember in a beta release ????
|
OK, I've find the problem with the icon in the search engines search strings. In the file statistic/sides/searchengines.php, you have this code:
PHP Code:
$et = "<img src='statistic/images/misc/noaktiv.gif' alt='$vbphrase[vbstatistic_searchstring_alt]' width='20' height='20' />"
This should be changed as shown below:
PHP Code:
$et = "<img src='statistic/images/misc/noaktiv.gif' alt='$keyword_alt' width='20' height='20' />";
With this change, when the cursor hovers over the

sign, you get the full search string.
Rgds