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

Open: phocaphoto.php
Located here:
public_html/administrator/components/com_phocaphoto/helpers/

Line: 114

Change this:
public static function getFooter() {
echo '<div style="text-align: right;margin:10px auto;">Powered by <a href="http://www.phoca.cz/phocaphoto" target="_blank" title="Phoca Photo">Phoca Photo</a></div>';
}

To This:
public static function getFooter() {
echo ' ';
}

Details

Created : 2017-06-18 02:02:12, Last Modified : 2017-06-18 02:05:04