Page 1 of 1

Insert link on image...

Posted: 21 Apr 2010, 15:51
by lorylor
I need to insert a differntent link in a immage of a subcategory of phoca gallery ... i want that when you clik on not open the category but a link ... with firebug i have find the html to change, but idont't find it in the site ... so where how i can find the html of phoca gallery?

Re: Insert link on image...

Posted: 22 Apr 2010, 22:39
by Jan
Hi, html code is stored in templates of Phoca Gallery (used MVC pattern), so e.g. for Category View:

components/com_phocagallery/views/category/tmpl/default.php

Jan