From b922d350403a3ed4b7d4b26d88a0b0a19701ba37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 7 Jul 2011 13:29:37 +0000 Subject: [PATCH] =?UTF-8?q?Beim=20=C3=84ndern=20der=20Sprache=20bleibt=20d?= =?UTF-8?q?ie=20angezeigte=20Seite=20erhalten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/indextest.php | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) 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.''; } ?>
- -