diff --git a/config/config.template.php b/config/config.template.php index 93e86bd..50a41ce 100644 --- a/config/config.template.php +++ b/config/config.template.php @@ -19,6 +19,9 @@ $config["general"]["newsDir"] = "news"; $config["general"]["contactEmail"] = "email@strona.pl"; // Twój email kontaktowy +$config["general"]["enablehta"] = false; // Właczenie / wyłączenie dodatkowych usprawnień strony w htaccess (zalecane, + // wymaga jednak aktualnej wersji Apache oraz włączenia htaccess oraz mod_rewrite) + /********* Konfiguracja serwera TeamSpeak *********/ @@ -40,6 +43,8 @@ $config["navlinks"] = array( array("fa-shopping-cart", "Sklep", "sklep") ); + + /************* Konfiguracja listy administratorow *************/ // ID grup wyświetlanych na liście administracji diff --git a/include/footer.php b/include/footer.php index e5ac030..846cafe 100644 --- a/include/footer.php +++ b/include/footer.php @@ -4,10 +4,10 @@
@@ -35,6 +35,8 @@ + + diff --git a/include/header.php b/include/header.php index 73172a0..ca53fe3 100644 --- a/include/header.php +++ b/include/header.php @@ -58,8 +58,8 @@ require_once __DIR__ . "/../include/adminlist.php";