diff --git a/cis/indextest.php b/cis/indextest.php index fc809093f..8d8154ec2 100755 --- a/cis/indextest.php +++ b/cis/indextest.php @@ -37,7 +37,17 @@ if(isset($_GET['sprache'])) if(isset($_GET['content_id'])) $id = $_GET['content_id']; else - $id = 28; + $id = ''; + +if(isset($_GET['menu'])) + $menu = $_GET['menu']; +else + $menu = 'menutest.php?content_id='.$id; + +if(isset($_GET['content'])) + $content = $_GET['content']; +else + $content = 'public/news.php'; ?> @@ -48,6 +58,19 @@ else + @@ -71,18 +94,18 @@ else $sprache->getAll(true); foreach($sprache->result as $row) { - echo ' '.$row->sprache.''; + echo ' '.$row->sprache.''; } ?>
- -