mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-04 07:04:41 -04:00
Objectify locale negotiator and template files, add documentation
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
require("header.php");
|
||||
require("footer.php");
|
||||
require("template.php");
|
||||
|
||||
if (!file_exists("config.php"))
|
||||
{
|
||||
@@ -22,7 +21,7 @@ if (isset($_GET['ajax']))
|
||||
$offset = $_GET['offset'];
|
||||
}
|
||||
|
||||
render_header("Status");
|
||||
Template::render_header("Status");
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h2><?php echo _("Current status");?></h2>
|
||||
@@ -47,5 +46,5 @@ render_header("Status");
|
||||
</div>
|
||||
<?php }
|
||||
|
||||
render_footer();
|
||||
Template::render_footer();
|
||||
}
|
||||
Reference in New Issue
Block a user