summaryrefslogtreecommitdiff
path: root/modules/lightbox/album.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 17:51:17 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 17:51:17 +0000
commitc3c1e07595f0efb20d13c858d96810dc7ed295ad (patch)
treeb6c6330247155f7a710de57688f2c0317e5ff8cf /modules/lightbox/album.php
parentd21816f2daafe39344144db334b4884fc8e838d8 (diff)
downloadwebtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.tar.gz
webtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.tar.bz2
webtrees-c3c1e07595f0efb20d13c858d96810dc7ed295ad.zip
Diffstat (limited to 'modules/lightbox/album.php')
-rw-r--r--modules/lightbox/album.php19
1 files changed, 8 insertions, 11 deletions
diff --git a/modules/lightbox/album.php b/modules/lightbox/album.php
index 4fd84cd33e..523af3d6c0 100644
--- a/modules/lightbox/album.php
+++ b/modules/lightbox/album.php
@@ -42,7 +42,7 @@ $reorder=safe_get('reorder', '1', '0');
// Get Javascript variables from lb_config.php ---------------------------
require_once WT_ROOT.'modules/lightbox/lb_defaultconfig.php';
-// require_once WT_ROOT.'modules/lightbox/functions/browser_detection_php_ar.php';
+// require_once WT_ROOT.'modules/lightbox/functions/browser_detection_php_ar.php';
require_once WT_ROOT.'modules/lightbox/functions/lightbox_print_media.php';
require_once WT_ROOT.'modules/lightbox/functions/lightbox_print_media_row.php';
@@ -125,17 +125,17 @@ $sort_i=0; // Used in sorting on lightbox_print_media_row.php page
//------------------------------------------------------------------------------
// Build Thumbnail Rows
//------------------------------------------------------------------------------
-// echo "<td valign=\"top\">";
+// echo "<td valign=\"top\">";
echo "<table width=\"100%\" cellpadding=\"0\" border=\"0\"><tr>";
echo "<td width=\"100%\" valign=\"top\" >";
- lightbox_print_media($pid, 0, true, 1); // map, painting, photo, tombstone)
- lightbox_print_media($pid, 0, true, 2); // card, certificate, document, magazine, manuscript, newspaper
- lightbox_print_media($pid, 0, true, 3); // electronic, fiche, film
- lightbox_print_media($pid, 0, true, 4); // audio, book, coat, video, other
- lightbox_print_media($pid, 0, true, 5); // footnotes
+ lightbox_print_media($pid, 0, true, 1); // map, painting, photo, tombstone)
+ lightbox_print_media($pid, 0, true, 2); // card, certificate, document, magazine, manuscript, newspaper
+ lightbox_print_media($pid, 0, true, 3); // electronic, fiche, film
+ lightbox_print_media($pid, 0, true, 4); // audio, book, coat, video, other
+ lightbox_print_media($pid, 0, true, 5); // footnotes
echo "</td>";
echo "</tr></table>";
-// echo "</td>";
+// echo "</td>";
//------------------------------------------------------------------------------
// End Thumbnail Rows
//------------------------------------------------------------------------------
@@ -161,6 +161,3 @@ $sort_i=0; // Used in sorting on lightbox_print_media_row.php page
// End Main Table
//------------------------------------------------------------------------------
//echo "</tr></table>";
-
-
-?>