This repository was archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
51 lines (41 loc) · 1.37 KB
/
404.php
File metadata and controls
51 lines (41 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
if ( ! defined( 'WEBPATH' ) ) {
die();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<?php npgFilters::apply( 'theme_head' ); ?>
<title>404 - file not found | <?php printGalleryTitle(); ?></title>
<?php require '_scripts.php'; ?>
</head>
<?php require '_header.php'; ?>
<main id="main" class="site-main">
<article class="post type-post status-publish format-standard hentry ast-article-single" id="post-17379" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
<div class="ast-post-format- single-layout-1">
<header class="entry-header">
<div class="ast-single-post-order">
<h1 class="entry-title" itemprop="headline">404 - Album Not Found</h1>
<div class="entry-meta"><span class="cat-links"><a href="/gallery">Gallery</a> / 404</span></div>
</div>
</header>
<div class="entry-content clear" itemprop="text">
<!-- Content begins -->
<div id="padbox">
<?php print404status(); ?>
</div> <!-- PadBox -->
<!-- Content Ends -->
</div>
</div>
<?php require '_sharethis.php'; ?>
</article>
</main>
<?php
require '_sidebar.php';
require '_footer.php';
?>
<?php npgFilters::apply( 'theme_body_close' ); ?>
</body>
</html>