Page 1 of 1

where can I find back button (category) code

Posted: 06 Apr 2016, 11:42
by bloomies71
Hi,
I'm trying to adjust the back button category button. Default it's a .png icon picture, I want to replace the image with plain HTML (use icon-font). I lokked everywhere for the code, just can't find it. Does anyone has a clue?

In other words: where is this code

Code: Select all

<a class="" href="/foto-albums"><img src="/media/com_phocagallery/images/icon-up-images.png" alt=""></a>
generated?

Greets Marco

Re: where can I find back button (category) code

Posted: 07 Apr 2016, 23:05
by Jan
Hi, see:

components\com_phocagallery\views\comment\view.html.php
components\com_phocagallery\views\detail\view.html.php
components\com_phocagallery\views\info\view.html.php
components\com_phocagallery\views\map\view.html.php

Jan