} else { $albumlist = $_zp_current_search->getAlbumList(); if (is_array($albumlist)) { $album_list = array('albums' => $albumlist, 'pages' => '0', 'news' => '0'); printSearchForm(NULL, 'search', NULL, gettext('Search album'), NULL, NULL, $album_list); } else { printSearchForm("", "search", "", gettext("Search gallery")); } } } ?> </div> <div id="breadcrumb"> <h2><?php printGalleryIndexURL(' » '); printSearchBreadcrumb(" » "); ?> </h2> </div> <div id="content"> <div id="content-left"> <?php $searchwords = getSearchWords(); $searchdate = getSearchDate(); if (!empty($searchdate)) { if (!empty($searchwords)) { $searchwords .= ": "; } $searchwords .= $searchdate;
" type="text/css" /> <link rel="stylesheet" href="<?php echo pathurlencode(dirname(dirname($zenCSS))); ?> /common.css" type="text/css" /> </head> <body> <?php zp_apply_filter('theme_body_open'); ?> <div id="main"> <div id="gallerytitle"> <h2> <?php printHomeLink('', ' | '); printGalleryIndexURL(' | ', getGalleryTitle()); ?> <em><?php echo gettext('Contact us'); ?> </em> </h2> </div> <h3><?php echo gettext('Contact us.'); ?> </h3> <?php printContactForm(); ?> </div>
<?php if (getOption('Allow_search')) { $album_list = array('albums' => '1', 'pages' => '0', 'news' => '0'); printSearchForm(NULL, 'search', $_zp_themeroot . '/images/search.png', gettext('Search albums'), NULL, NULL, $album_list); } printLogo(); ?> </div> </div> <!-- gallerytitle --> <!-- Crumb Trail Navigation --> <div id="wrapnav"> <div id="navbar"> <span><?php printHomeLink('', ' | '); printGalleryIndexURL(' | '); ?> </span> </div> </div> <!-- wrapnav --> </div> <!-- header --> <!-- Random Image --> <?php printHeadingImage(getRandomImages(getThemeOption('effervescence_daily_album_image'))); ?> <!-- Wrap Main Body --> <div id="content"> <div id="main"> <!-- Album List -->
echo html_encode(getGalleryIndexURL()); ?> " title="<?php echo gettext('Gallery Index'); ?> "><?php echo html_encode(getGalleryTitle()); ?> </a> </h1> </div> <div id="content"> <div id="breadcrumb"> <h2><?php printGalleryIndexURL(); ?> </h2> </div> <div id="content-error"> <div class="errorbox"> <?php print404status(isset($album) ? $album : NULL, isset($image) ? $image : NULL, $obj); ?> </div> </div>