Implement capability to pin comments above others
[aur.git] / web / html / 404.php
bloba47ae1e41a7af1e182dd4eecb8c4311943688662
1 <?php
3 set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
5 html_header( __("Page Not Found") );
6 ?>
8 <div id="error-page" class="box 404">
9 <h2>404 - <?= __("Page Not Found") ?></h2>
10 <p><?= __("Sorry, the page you've requested does not exist.") ?></p>
11 </div>
13 <?php
14 html_footer(AURWEB_VERSION);