thsch
01-14-2008, 11:09 AM
Hi,
I want to keep the next and previous link although, there's no next or previous image.
When you look at my page http://thsch.com/photoblog/ the navigation to the next/prev images consists of two small arrows, but there's only one showing when you're looking at the first / last image. I tried to edit the language file the same way I did with the images to show the <IMAGE_NEXT_LINK> as an image instead of a text link.
And I thought it should say the text "No Previous Image" and "No Next Image" when there's no next or previous images but it doesnt show up regardless if there's text or a link to an image
$lang_no_previous = "No Previous Image";
$lang_no_next = "No Next Image";
Anyone knows what's wrong?
I want to keep the next and previous link although, there's no next or previous image.
When you look at my page http://thsch.com/photoblog/ the navigation to the next/prev images consists of two small arrows, but there's only one showing when you're looking at the first / last image. I tried to edit the language file the same way I did with the images to show the <IMAGE_NEXT_LINK> as an image instead of a text link.
And I thought it should say the text "No Previous Image" and "No Next Image" when there's no next or previous images but it doesnt show up regardless if there's text or a link to an image
$lang_no_previous = "No Previous Image";
$lang_no_next = "No Next Image";
Anyone knows what's wrong?