public function footer() {
echo '
<div style=\"text-align: center; color: #d3d3d3;\">Powe'.'red by <a href="http://www.phoca.cz" target="_blank" title="Phoca.cz" style="text-decoration: none;">Phoca</a> <a href="http://www.phoca.cz/phocagallery" target="_blank" title="Phoca Galllery" style="text-decoration: none;">Gallery</a></div>
}
и меняем на
public function footer() {
echo '';
}
Шаг 2. В файле /administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php
находим строку
function renderInfo() {
return '<div style="text-align: center; color: rgb(211, 211, 211);">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/phocagallery" style="text-decoration: none;" target="_blank" title="Phoca Gallery">Gallery</a></div>';
}
и меняем на
function renderInfo() {
return '';
}
Шаг 3. В файле /components/com_phocagallery/views/category/tmpl/default.php
удалить строчку
echo $this->tmpl['ds f'];
вот и все, ссылка пропала.