Phoca Gallery 去除或删除底部版权的方法
Login to your site via ftp or file manager…
To remove from the “Categories” page…
Navigate to components->com_phocagallery->views->categories->tmpl
Open default.php
Comment out line 72
// echo echo PhocaGalleryUtils::footer();
(Use double forward slashes (//) to comment)
To remove from the “Category/Image Gallery” page…
Navigate to components->com_phocagallery->views->category->tmpl
Open default.php
Comment out line 197
//echo $this->tmpl['emm'];
(Use double forward slashes (//) to comment)
Thats it!
Here is a quick video for version 3.2.3
http://www.techguywebsolutions.com/remove-powered-by-phoca-gallery-version-3.2.html