| How to remove the "Powered by GMaps" notice |
|
|
|
|
GMaps, by default, will produce a footing directly underneath the map that states "Powered by GMaps". Although we'd love to have that be stay on your site, we do understand that some may wish for it to be removed. It is actually very easy to remove by editing the googleapi.class.php file. This file maybe found in your JOOMLAROOT/components/com_gmaps/classes folder. On, our about, line number 195, you should see the following line: $code.="<div id=\"componenttitle\">Powered by <a href='http://www.firestorm-technologies.com/' target='_blank'>GMaps</a> and Google</div>";If you want to remove the GMaps footing under neath the map,change the above line by commenting it out. You may comment it out by adding // at the beginning of the line. The line would then look like: // $code.="<div id=\"componenttitle\">Powered by <a href='http://www.firestorm-technologies.com/' target='_blank'>GMaps</a> and Google</div>"; |
| < Prev | Next > |
|---|



