Пример #1
0
?>
"><?php 
echo html_encode(getGalleryTitle());
?>
</a> »
										<?php 
echo "<em>" . gettext('Page not found') . "</em>";
?>
									</h2>
									<h3><?php 
echo gettext('Page not found');
?>
</h3>
									<div class="errorbox">
										<?php 
print404status();
?>
									</div>
									<?php 
footer();
?>
									<p style="clear: both;"></p>
								</div>
								<!-- end content -->
								<span class="clear"></span>
							</div>
						</div>
					</div>
				</div>
				<span class="clear"></span>
			</div><!-- /container -->
Пример #2
0
zp_apply_filter('theme_headers');
debug404($album, $image, @$_index_theme);
if ($_zp_script && file_exists($_zp_script)) {
    if (isset($custom) && $custom) {
        require_once $custom;
    }
    include $_zp_script;
} else {
    ?>
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
	<html xmlns="http://www.w3.org/1999/xhtml">
		<head>
		</head>
		<body>
			<?php 
    print404status(isset($album) ? $album : NULL, isset($image) ? $image : NULL, $obj);
    ?>
			<br />
			<a href="<?php 
    echo html_encode(getGalleryIndexURL());
    ?>
"
				 title="<?php 
    echo gettext('Index');
    ?>
"><?php 
    echo sprintf(gettext("Return to %s"), getGalleryTitle());
    ?>
</a>
		</body>
	</html>