Changeset 201 for trunk

Show
Ignore:
Timestamp:
09/25/05 14:12:40 (4 years ago)
Author:
mike
Message:

+ Fix javascript hotlinks in slideshow mode

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gallery.php

    r186 r201  
    11691169                $output .=      's = new slide(); 
    11701170                                        s.src = "'.generate_thumb($row["path"], $row["id"], 'large').'"; 
    1171                                         s.link = "'.$config["baseurl"] . $row["path"].'"; 
     1171                                        s.link = "'.$config["baseurl"] . "images/".$row["path"].'"; 
    11721172                                        s.text = "'.$row['caption'].'"; 
    11731173                                        s.image_name = "'.basename($row['path']).'";