Knowledge Base - How to remove Powered By Phoca Maps in Joomla

Open: phocamaps.php
Located here:
public_html/administrator/components/com_phocamaps/helpers/

Line: 62

Change this:
public static function getInfo() {
return '<div style="text-align: right; color: rgb(211, 211, 211); clear: both; margin-top: 10px;margin-bottom:10px;">Powered by <a href="http://www.phoca.cz" style="text-decoration: none;" target="_blank" title="Phoca.cz">Phoca</a> <a href="http://www.phoca.cz/phocamaps" style="text-decoration: none;" target="_blank" title="Phoca Maps">Maps</a></div>';
}

To This:
public static function getInfo() {
return ;
}

Details

Created : 2017-06-18 00:38:38, Last Modified : 2017-06-18 01:12:29