-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
120 changed files
with
32,670 additions
and
5,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,16 @@ | ||
<?php include('inc_header.php'); ?> | ||
|
||
<!-- wrap --> | ||
<!-- container --> | ||
<!-- header --> | ||
<!-- .container main --> | ||
<!-- .page-header --> | ||
<!-- .header --> | ||
<h3><?php printGalleryTitle(); ?> » <?php echo gettext("Object not found"); ?></h3> | ||
</div> <!-- / header --> | ||
</div><!-- .header --> | ||
</div><!-- /.page-header --> | ||
|
||
<h4> | ||
<?php | ||
echo gettext('The Zenphoto object you are requesting cannot be found.'); | ||
if (isset($album)) { | ||
echo '<br />'.sprintf(gettext('Album: %s'), html_encode($album)); | ||
} | ||
if (isset($image)) { | ||
echo '<br />'.sprintf(gettext('Image: %s'), html_encode($image)); | ||
} | ||
if (isset($obj)) { | ||
echo '<br />'.sprintf(gettext('Page: %s'), html_encode(substr(basename($obj), 0, -4))); | ||
} | ||
?> | ||
</h4> | ||
<h4> | ||
<?php print404status(isset($album) ? $album : NULL, isset($image) ? $image : NULL, $obj); ?> | ||
</h4> | ||
|
||
</div><!-- /.container main --> | ||
|
||
<?php include('inc_footer.php'); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.