diff --git a/cis/index.php b/cis/index.php index 6f550c02d..8f9cef38f 100644 --- a/cis/index.php +++ b/cis/index.php @@ -21,8 +21,32 @@ * Gerald Simane-Sequens < gerald.simane-sequens@technikum-wien.at > * */ - require_once('../config/cis.config.inc.php'); +require_once('../include/functions.inc.php'); +require_once('../include/sprache.class.php'); +ob_start(); +if(isset($_GET['sprache'])) +{ + $sprache = new sprache(); + if($sprache->load($_GET['sprache'])) + setSprache($_GET['sprache']); + else + die('Sprache invalid'); +} +if(isset($_GET['content_id'])) + $id = $_GET['content_id']; +else + $id = ''; + +if(isset($_GET['menu'])) + $menu = $_GET['menu']; +else + $menu = 'menu.php?content_id='.$id; + +if(isset($_GET['content'])) + $content = $_GET['content']; +else + $content = '../cms/news.php'; ?> @@ -33,44 +57,65 @@ require_once('../config/cis.config.inc.php'); -
+ +| + | + | + | |||
|
|
-
- + | - | + |
Powered by FH Complete 2.0
|
|
| - | + | ||||
| + | + + + | +
+ getAll(true);
+ foreach($sprache->result as $row)
+ {
+ echo ' |
|||