diff options
author | gweltas <gweltas@piwigo.org> | 2005-01-20 15:43:14 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2005-01-20 15:43:14 +0000 |
commit | 5d7813b9b2996e9425e2df3f15d740f2aed8ab33 (patch) | |
tree | 5e31bb8c16db6e2362ebc42c05c1f78ca56af644 /template/default/picture.tpl | |
parent | f6d7b362439e2dec4c00c3ccfa18964ebe7196fd (diff) |
- New navigation arrows
git-svn-id: http://piwigo.org/svn/trunk@712 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 91db1219b..18742d14a 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -68,7 +68,7 @@ <!-- BEGIN previous --> <a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}"> - <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.jpg" alt="" /> + <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.gif" alt="" /> <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/> </a> <!-- END previous --> @@ -87,7 +87,7 @@ <!-- BEGIN next --> <a class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}"> <img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/> - <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.jpg" alt="" /> + <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.gif" alt="" /> </a> <!-- END next --> |