BenkiNew
Гуру форума
- Регистрация
- 10 Мар 2013
- Сообщения
- 122
- Реакции
- 70
а не проще - закомментировать в файле mod_extrawatch_agent.php (public_html/modules/mod_extrawatch_agent) строки
у PRO версии как я понял можно отключить в админке...
PHP:
/*
if ($extraWatch->config->isAdFree()) {
$title = "";
} else {
$title = "Free live stats and visitor counter for Joomla, Wordpress, Drupal, Magento and Prestashop";
}
if (!($extraWatch->config->isAdFree() && $extraWatch->config->getCheckboxValue("EXTRAWATCH_FRONTEND_NO_BACKLINK"))) {
$output .= ("<a href='http://www.extrawatch.com' target='_blank' $nofollow title='" . $title . "'>");
}
$output .= ("<img src='" . $extraWatch->config->getLiveSiteWithSuffix() . "components/com_extrawatch/ajax/img.php?rand=" . (rand() % 100000) . "&env=" . get_class($extraWatch->env) . "' border='0' alt='$title' title='$title'/>");
if (!($extraWatch->config->isAdFree() && $extraWatch->config->getCheckboxValue("EXTRAWATCH_FRONTEND_NO_BACKLINK"))) {
$output .= ("</a>");
}
return $output;
*/