--- scripts/pgallery/src/pgallery.sh 2012/08/29 12:41:06 1.13 +++ scripts/pgallery/src/pgallery.sh 2012/08/29 13:36:01 1.14 @@ -5,7 +5,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return Aron Schlesinger # -# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.12 2012/08/29 12:30:35 as Exp $ +# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.13 2012/08/29 12:41:06 as Exp $ # ARG_TITLE="PGallery" @@ -360,13 +360,13 @@ html_img() if [ "$linkb" != "" ] then - hlinkb="back" + hlinkb="prev" olinkb="" fi if [ "$linkn" != "" ] then - hlinkn="forward" + hlinkn="next" olinkn="" fi @@ -374,7 +374,7 @@ html_img()