diff --git a/cis/ampel.php b/cis/ampel.php
index e025ff84d..bade7a531 100755
--- a/cis/ampel.php
+++ b/cis/ampel.php
@@ -37,30 +37,15 @@ if(is_user_logged_in())
}
}
if($rot==0 && $gelb==0)
- //echo '
';
- echo ''.$p->t("tools/ampelsystem").'';
-
-
-// if($rot>0 || $gelb>0)
-// {
-// echo '

';
- echo ''.$p->t("tools/ampelsystem").'';
- //if($rot>0 && $gelb>0)
- //echo '
';
+ echo ''.$p->t("tools/ampelsystem").' | ';
if($gelb>0 && $rot==0)
- //echo '
';
- echo ''.$p->t("tools/ampelsystem").'';
+ echo ''.$p->t("tools/ampelsystem").' | ';
echo ' ';
}
}
diff --git a/cis/index.php b/cis/index.php
index 07b0093f8..e3881d8d2 100644
--- a/cis/index.php
+++ b/cis/index.php
@@ -176,7 +176,7 @@ function loadampel()