diff --git a/config.php.template b/config.php.template index ef59173..cb94726 100644 --- a/config.php.template +++ b/config.php.template @@ -40,12 +40,4 @@ if ($mysqli->connect_errno) { exit(); } -$mysqli->set_charset("utf8"); - -//This should later be translatable, maybe find a better solution? -$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") ); -$classes = array("danger", "warning", "primary", "success" ); -$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" ); -$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance")); -$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational")); -$permissions = array(_("Super admin"), _("Admin"), _("Editor")); \ No newline at end of file +$mysqli->set_charset("utf8"); \ No newline at end of file diff --git a/install.php b/install.php index b56e6bf..426db4e 100644 --- a/install.php +++ b/install.php @@ -184,7 +184,7 @@ if (!empty($message))

- +
" class="form-control" required>
@@ -195,7 +195,7 @@ if (!empty($message))
" class="form-control">
-
+
diff --git a/policy.php b/policy.php index 1f0b300..d0f7a1e 100644 --- a/policy.php +++ b/policy.php @@ -3,7 +3,7 @@ require_once("config.php"); Template::render_header("Privacy Policy"); - echo "

" . _("Privcacy Policy") . "

"; + echo "

" . _("Privacy Policy") . "

"; echo "

" . _("Who we are") . "

"; echo WHO_WE_ARE; echo "

" . _("Contact") . "

"; @@ -15,7 +15,7 @@ } echo '

' . _("What personal data we collect and why") . '

'; - echo '

' . _("Global") . "

"; + echo '

' . _("General") . "

"; echo _("If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, General information about your browser, operating system and all search queries on the sites. This user data will be used for anonym user statistics to recognize trends and improve our content. diff --git a/template.php b/template.php index db45898..b5177d9 100644 --- a/template.php +++ b/template.php @@ -1,4 +1,13 @@