Re-sizable theme based on standard. Good for high res displays

Posted by tvman at 15:38 on 3rd Jan 2012
Download it at http://www.tvman.us/tvman.tar.gz

You also may consider patching lib/photos.php

diff -r shutter/lib/photos.php shutter_0.1.4/lib/photos.php
47,48c47
<
< echo " <div id="printAlbums"> ";
---
>
59d57
< echo " </div> ";
119c117
< $sql="SELECT photoID,photoName FROM shutter_photos WHERE albumOrder<=".$prev." AND albumID=".$photo[0]." ORDER BY albumOrder DESC LIMIT 1";
---
> $sql="SELECT photoID,photoName FROM shutter_photos WHERE albumOrder=".$prev." AND albumID=".$photo[0];
122c120
< $sql="SELECT photoID,photoName FROM shutter_photos WHERE albumOrder>=".$next." AND albumID=".$photo[0]." ORDER BY albumOrder LIMIT 1";
---
> $sql="SELECT photoID,photoName FROM shutter_photos WHERE albumOrder=".$next." AND albumID=".$photo[0];


Reply To This Topic

You must log in or register to reply to this topic.

Current Version

Version: 0.1.4

Updates: Possible SQL injection vunerability and css formatting issues addressed.

Download the latest release.