mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 14:14:47 -04:00
Objectify locale negotiator and template files, add documentation
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<?php
|
||||
require("config.php");
|
||||
require("header.php");
|
||||
require("footer.php");
|
||||
render_header("Page not found");
|
||||
require("template.php");
|
||||
Template::render_header("Page not found");
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h1><?php echo _("Page Not Found");?></h1>
|
||||
<p><?php echo _("Sorry, but the page you were trying to view does not exist.");?></p>
|
||||
</div>
|
||||
<?php
|
||||
render_footer();
|
||||
Template::render_footer();
|
||||
Reference in New Issue
Block a user