Changeset 44

Show
Ignore:
Timestamp:
03/24/07 14:58:47 (1 year ago)
Author:
simon
Message:

Apparently some versions of Apache don't like this idea.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/macros

    r19 r44  
    77[% MACRO minithumb(photo) BLOCK %] 
    88        <a href="[%base%]/photo/view/[%photo.id%]"> 
    9         <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/> 
     9        <img src="[% photo.thumb_url %]" alt="[%photo.title|html%]"/> 
    1010        </a> 
    1111[% END; MACRO thumb(photo, album) BLOCK %] 
  • trunk/templates/nav

    r24 r44  
    55[% FOR photo = request.recent %] 
    66        <a href="[%base%]/photo/view/[%photo.id%]"> 
    7         <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/> 
     7        <img src="[% photo.thumb_url%]" alt="[%photo.title|html%]"/> 
    88        </a> 
    99[% END %]