Changeset 25
- Timestamp:
- 02/10/07 12:42:52 (2 years ago)
- Files:
-
- trunk/Memories/Photo.pm (modified) (1 diff)
- trunk/templates/rhs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Memories/Photo.pm
r24 r25 15 15 recent => "uploaded", 16 16 popular => "hit_count", 17 rated => "rating/(1+rated)",17 loved => "rating/(1+rated)", 18 18 interesting => INTERESTINGNESS_ALGORITHM, 19 19 random => "rand()" trunk/templates/rhs
r24 r25 21 21 </tr> 22 22 <tr> 23 <td><a href="[%base%]/photo/ rated">Highest rated</a></td>23 <td><a href="[%base%]/photo/loved">Highest rated</a></td> 24 24 </tr> 25 25 <tr>
