Hey Bianca,
I understand
Please go to components/com_hotspots/utils.php . Around line 810 you will find the following function:
function ftDisp() {
$ft_disp = "<div class=\"hs_ft\">\n";
$ft_disp .= " <div class=\"hs_ftbox\">";
$ft_disp .= " Hotspots is powered by <a href=\"http://www.compojoom.com\">compojoom.com</a>";
$ft_disp .= " </div>\n";
$ft_disp .= "</div>\n";
return $ft_disp;
}
change it to this:
function ftDisp() {
// $ft_disp = "<div class=\"hs_ft\">\n";
// $ft_disp .= " <div class=\"hs_ftbox\">";
// $ft_disp .= " Hotspots is powered by <a href=\"http://www.compojoom.com\">compojoom.com</a>";
// $ft_disp .= " </div>\n";
// $ft_disp .= "</div>\n";
// return $ft_disp;
}
or to this:
May I ask what are your impressions from hotspots so far?
Daniel