variable id inserted, css recreated(sass)

This commit is contained in:
Tealk
2021-03-19 19:38:54 +01:00
parent c63c21212b
commit 1c414ea428
20 changed files with 306 additions and 403 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ if (!file_exists("config.php")) {
} else {
require_once("config.php");
Template::render_header("Page not found");
Template::render_header("Page not found", "notfound");
?>
<div class="text-center">
<h1><?php echo _("Page Not Found"); ?></h1>