I'll try to be as clear as possable . .
I know there is an issue with the previous / next arrows in album_showpage.
I fixed the button placement in album_showpage_body.tpl then went into album_showpage.php and fixed the part there so the arrows would show correctly.
Changed $prev_pic to equal icon_right_arrow3 instead of icon_left_arrow3 and the same with $next_pic
I also noticed the thumbnails were going the wrong way too. So if I hit next, from the center image it would go to the left instead of the right. So I flip-floped those codes so that it was going the correct way. But now it shows 2 blocks of thumbs, those two blocks are switched around.
i.e. Showing 5 thumbs in the navigation at the bottom:
2 - 1 - current image - 5 - 4
instead of
1 - 2 - current image - 4 - 5
What code to I need to edit so that either side is switched around?
http://www.indiphotographer.com/album_showpage.php?pic_id=132
I appreciate your time.