diff -ru old/index.php new/index.php
--- old/index.php 2011-08-06 22:54:16.000000000 +0200
+++ new/index.php 2011-08-09 16:31:09.000000000 +0200
@@ -1036,9 +1036,7 @@
$url .= '#" onClick="window.open(\'';
}
- $url .= $mig_config['baseurl'] . '?currDir='
- . $currDir . '&pageType=image&image=' . $newFname
- . '.' . $ext;
+ $url .= $mig_config['albumurlroot']."/$currDir/$newFname.$ext";
if ($mig_config['startfrom']) {
$url .= '&startFrom=' . $mig_config['startfrom'];
@@ -1075,7 +1073,7 @@
$url .= "');return false;";
}
- $url .= '">';
+ $url .= '" rel="lightbox">';
// If $noThumbs is true, just print the image filename rather
// than the tag pointing to a thumbnail.
diff -ru old/templates/folder.html new/templates/folder.html
--- old/templates/folder.html 2011-08-06 18:49:03.000000000 +0200
+++ new/templates/folder.html 2011-08-09 16:23:30.000000000 +0200
@@ -4,6 +4,10 @@