Last image showing twice in Joomla 2.5

More
12 years 7 months ago #18937 by juanm_la22
I dont way but the last image in order is showing twice. I check that there is only once instance of the image in the images folder. What could be happening?

Regards,
JM

Please Log in to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #18938 by juanm_la22
I found the solution... I this a bug?

Line 206 of default.php file in tmpl folder is:
Code:
for ($loop = 0; $loop < $infinite_pics_number; $loop += 1) {

And I changed it to:
Code:
for ($loop = 0; $loop < $infinite_pics_number -1; $loop += 1) {

Regards,
JM
Last edit: 12 years 7 months ago by juanm_la22.

Please Log in to join the conversation.

Time to create page: 0.155 seconds
Powered by Kunena Forum