Borrar remove powered by phoca gallery 3.1.4, en Joomla 2.5
Después de buscar un rato largo encontré como solucionar esto, para la versión 3.1.4 y 3.1.3 cambio y lo colocaron en 2 archivos diferentes pero hay que editar los dos para poder borrarlo:
Archivo 1: /components/com_phocagallery/views/category/view.html.php
In Line # 261 buscamos este codigo:
$this->tmpl[‘pgi’] = ‘<div style=”text-align: center; color: rgb(211, 211, 211);”>Powe’
. ‘red by <a href=”/http://www.ph’;
. ‘oca.cz” style=”text-decoration: none;” target=”_blank” title=”Phoc’
. ‘a.cz”>Phoca</a> <a href=”/http://www.phoca.cz/phocaga’;
. ‘llery” style=”text-decoration: none;” target=”_blank” title=”Phoca Gal’
. ‘lery”>Gall’
. ‘ery</a></div>’;
Lo cambiamos por este codigo:
$this->tmpl[‘pgi’] = ”;
Archivo 2: /components/com_phocagallery/views/categories/tmpl/default.php
In Line # 72 buscamos este codigo:
echo ‘<div style=”text-align: center; color: rgb(211, 211, 211);”>Powe’
. ‘red by <a href=”/http://www.ph’;
. ‘oca.cz” style=”text-decoration: none;” target=”_blank” title=”Phoc’
. ‘a.cz”>Phoca</a> <a href=”/http://www.phoca.cz/phocaga’;
. ‘llery” style=”text-decoration: none;” target=”_blank” title=”Phoca Gal’
. ‘lery”>Gall’
. ‘ery</a></div>’;
Remplazamos por este codigo:
$this->tmpl[‘pgi’] = ”;



