require_once ("config/db_config.inc.php"); //Verbindung zur Datenbank
// get Maindata:
$getMain = mysql_query("SELECT * FROM main WHERE currVers = '1' LIMIT 1") OR die(mysql_error());
$main = mysql_fetch_array($getMain);
?>
| require ("header_tbl.php"); ?> |
|
//get Marquee - Information
$sql = "SELECT text FROM marquee WHERE is_active = '1' ORDER BY RAND() LIMIT 1";
$result = mysql_query($sql) OR die(mysql_error());
$anzahl = mysql_num_rows($result);
$marquee_data = mysql_fetch_array($result);
if($anzahl > 0) { ?>
}
if($admin) {
echo "";
}
?>
|
 |
| |
|
require ("content_left.php"); ?>
|
getContent($_GET['cont']);
?>
|
|