diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-02 21:54:47 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-02 21:54:47 +0100 |
commit | 1dfc91688c268549575a2471ef610eedad3f75c5 (patch) | |
tree | fc347d6c075be9606e07ead5abfce8dd6ca678c2 /lib | |
parent | 644c7f7bec9d8fbdaf69bcf8d0fae729e4459b0d (diff) |
Switch back to lightbox v1 for now (license issues with shadowbox)
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/App/Dthumb.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Dthumb.pm b/lib/App/Dthumb.pm index 49f4783..941a70d 100755 --- a/lib/App/Dthumb.pm +++ b/lib/App/Dthumb.pm @@ -272,7 +272,7 @@ sub create_thumbnail_html { $self->{html} .= "<div class=\"image-container\">\n"; $self->{html} .= sprintf( - "\t<a rel=\"shadowbox[main]\" href=\"%s\" title=\"%s\">\n" + "\t<a rel=\"lightbox\" href=\"%s\" title=\"%s\">\n" . "\t\t<img src=\"%s/%s\" alt=\"%s\" /></a>\n", ($file) x 2, $self->{config}->{dir_thumbs}, |