diff -ru old/index.php new/index.php
--- old/index.php 2005-08-15 00:00:00.000000000 +0000
+++ new/index.php 2006-11-08 00:00:00.000000000 +0000
@@ -1055,9 +1055,10 @@
$url .= '#" onClick="window.open(\'';
}
- $url .= $mig_config['baseurl'] . '?currDir='
+ $url .= $mig_config['albumurlroot']."/$currDir/$newFname.$ext";
+ /* $url .= $mig_config['baseurl'] . '?currDir='
. $currDir . '&pageType=image&image=' . $newFname
- . '.' . $ext;
+ . '.' . $ext;*/
if ($mig_config['startfrom']) {
$url .= '&startFrom=' . $mig_config['startfrom'];
@@ -1094,7 +1095,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 2005-08-15 00:00:00.000000000 +0000
+++ new/templates/folder.html 2006-11-08 00:00:00.000000000 +0000
@@ -4,6 +4,10 @@