Page 1 of 1

Different horizontal position for copyright link

Posted: 29 Oct 2008, 16:52
by arvendal
Hi,

I need to change the horizontal position of the copyright link from CENTER to either LEFT or RIGHT, depending on the actual layout of the category view.

Where can I do that?

Re: Different horizontal position for copyright link

Posted: 01 Nov 2008, 12:47
by arvendal
Hi,

Any chance of enlightment in this matter?

I found a file in the zip archive called helpers/phocagallery.php which contain the line

Code: Select all

$output		.= '<div style="text-align:center">';
at row 1746

and I suspect this has something to to with it. I want to change this to text-align:left since the layout on my webpage is left based, but I can't find the row in any file on the server. Can you help with this?

Re: Different horizontal position for copyright link

Posted: 02 Nov 2008, 16:11
by arvendal
Problem solved!

The value needs to be changed on row 1746 in this file on the server:
administrator/components/com_phocagallery/helpers/phocagallery.php

Cheers.

Re: Different horizontal position for copyright link

Posted: 02 Nov 2008, 21:40
by Jan
Ok