include("includes/index_start.php");
include("functions/functions.php");
$sql_home = "SELECT * FROM ".$GLOBALS["db_prefix"]."_home ORDER BY id";
$result_home = mysql_query($sql_home,$GLOBALS["verbindung"]);
while($row_home = mysql_fetch_array($result_home,MYSQL_ASSOC)) {
$home_link[] = $row_home[link];
$home_name[] = $row_home[name];
}
$sql_aktuelles = "SELECT * FROM ".$GLOBALS["db_prefix"]."_content_boxen WHERE id =".HOME." ORDER BY box_sort_order";
$result_aktuelles = mysql_query($sql_aktuelles,$GLOBALS["verbindung"]);
?>
echo $row_content_site[titel] ?>
if(mysql_num_rows($result_aktuelles) > 0 ) {
if($row_config[value] == 'n')
{
$tbl_width = 250 + 496;
$td_width = 496;
}
else
{
$tbl_width = 250 + ($z*124);
$td_width = $z*124;
}
?>
|
|
|
Aktuelles: |
while($row_a = mysql_fetch_array($result_aktuelles,MYSQL_ASSOC)) {
$aktuelles = rewrite_input($row_a[text]);
?>
|
|
} ?>
} ?>