Changeset 712


Ignore:
Timestamp:
Jan 20, 2005, 4:43:14 PM (19 years ago)
Author:
gweltas
Message:
  • New navigation arrows
Location:
trunk/template/default
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/picture.tpl

    r711 r712  
    6969  <!-- BEGIN previous -->
    7070        <a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}">
    71         <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.jpg" alt="" />
     71        <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.gif" alt="" />
    7272          <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/>
    7373          </a>
     
    8888  <a  class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">
    8989          <img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/>
    90           <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.jpg" alt="" />
     90          <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.gif" alt="" />
    9191          </a>
    9292  <!-- END next -->
Note: See TracChangeset for help on using the changeset viewer.