Hmm, it is at: http://www.petermakosch.com/02/zenphoto/
http://www.petermakosch.com/02/zenphoto/themes/stopdesign/test.php
`<?php
if (!defined('WEBPATH')) die();
$firstPageImages = normalizeColumns(3, 6);
setOption('images_per_page', getOption('images_per_page') - 1, false);
if ($firstPageImages > 0) { $firstPageImages = $firstPageImages - 1; }
setOption('thumb_crop_width', 89, false);
setOption('thumb_crop_height', 67, false);
global $_zp_current_image;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><?php printGalleryTitle() . " > " . getAlbumTitle();?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="<?php echo $_zp_themeroot ?>/css/master.css" />
<?php printRSSHeaderLink('Album',getAlbumTitle()); zenJavascript(); ?>
</head>
<body class="gallery">
<?php
echo getGalleryTitle();
if (getOption('Allow_search')) { printSearchForm(); }
?>
<div class="galleryinfo">
This is a Test
</div>
<p id="path"><?php printHomeLink('', ' > '); ?><?php echo getGalleryTitle();?> > <?php printParentBreadcrumb("", " > ", " > "); ?> <?php printAlbumTitle(false);?>
[hr]
Powered by ZenPhoto.
<?php printAdminToolbox(); ?>
</body>
</html>`
Would it matter that I have it within a few directories? It's just this is my test bed and then I will move everything to a new location when it is working okay-ish
I will have a look at editing index.php also, as this might be another option.
I would have usually given up by now, but I really like the script.
Thanks for the support on this issue.