diff --git a/homepage/participo/index.php b/homepage/participo/index.php index 3bb042e..a31aed3 100644 --- a/homepage/participo/index.php +++ b/homepage/participo/index.php @@ -10,9 +10,8 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge'); require_once("./auth.php"); - $basePath = "/users/cwsvjudo/www"; - require_once($basePath."/config/cwsvJudo.config.php"); - require_once($basePath."/config/phpcount.config.php"); + require_once($config['basePath']."/config/cwsvJudo.config.php"); + require_once($config['basePath']."/config/phpcount.config.php"); ?> @@ -25,7 +24,9 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge'); - + + + - participo - + @@ -50,10 +48,10 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
- + +
@@ -70,6 +71,7 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge'); if($_SESSION['login']){ ?>
+
@@ -80,18 +82,11 @@ if($_SESSION['login']){
-