Hello Jan.
Thanks for your help.
Unfortunately this didn't advanced me. I'm not sure if i'm clear enough in my first message ( English is not my standard language).
I allready made some changements in
components/com_phocagallery/views/.../tmpl/default.php
What i now try to do is following:
If pagination is for example set to 20 and i have 40 pictures, i have two sites too chose, this function is selected with this code in the default.php of category:
Code: Select all
echo '<div style="margin:0 10px 0 10px;display:inline;" class="sectiontablefooter'.$this->params->get( 'pageclass_sfx' ).'" >'
.$this->tmpl['pagination']->getPagesLinks()
.'</div>';
On the page this is displayed like this(my page is on french):
<< Début < Préc 1 2 Suivant > Fin >>
Now i want to do changes that it is displayed like this:
CategoryName 1 2
I allready looked in the different files but i'm not able too find where this code is made that i can change it.
I would be very happy if you could help me.