🌍
English
Pages: 1
... Remove the thumbnails on the side of the picture and just replace it with a next and previous icon? thanks
LD
PS : I've edited your title to make it more significant.
Offline
OK,
first, create 2 files prev.gif and next.gif, place them in the directory of your templates with the other images files.
then, in photo.php (version 1.1), line 120, replace :
<img src="$lien_thumbnail" class="imgLink" style="margin-left:5px;" alt="$file"/>
by
<img src="./template/".$user['theme']."/prev.gif" style="margin-left:5px;" alt="$file"/>
and in photo.php, line 351, replace :
<img src="$lien_thumbnail" class="imgLink" style="margin-right:5px;" alt="$file"/>
by
<img src="./template/".$user['theme']."/next.gif" style="margin-left:5px;" alt="$file"/>
Offline
Thanks very much :) I will give it a try
Offline
Pages: 1