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
@@ -6,7 +6,7 @@ require_once("classes/db-class.php");
$db = new SSDB();
define("WEB_URL", $db->getSetting($mysqli, "url"));
Template::render_header("Privacy Policy");
Template::render_header("Privacy Policy", "privacy");
echo "<h1>" . _("Privacy Policy") . "</h1>";
echo "<h2>" . _("Who we are") . "</h2>";