*
* File Name : index.html
* Last Update : 2011-01-07
*/
include('glob/start.php');
create_thispage($thispage['id'],$thispage['uri'],$thispage['title']);
$cattitle_tag = array_flip(array_map('uri_title_get',$cattitle));
$cattitle_tag['Alle'] = 0;
if(!$tag) $tag = 'Alle';
$p = $cattitle_tag[$tag];
$labels_home['children'][2] = array_unique(array(3,19,20,13,$p));
$labels_home2['children'][2] = array_diff($labels['children'][2],$labels_home['children'][2]);
$c_submenu .= '
Alle ';
foreach($labels_home['children'][2] as $key) {
$c_submenu .= ''.$cattitle[$key].' ';
}
$c_submenu .= 'mehr ';
$c_body = GetFromCache('homepage');
$c_side = '{$GLOBAL_FEATURES}';
$c_push = '
';
if($res = $settings[3]){
arsort($res);
foreach($res as $key=>$val){
if(array_key_exists($key, $games_online)){
$resa[] = ''.$games_title[$key].' ';
if($x==2) break;
$x++;
}
}
if($resa){
$c_body_week = implode(' | ', $resa);
/*
Rennspiel im Test: nail\'d - Hals über Kopf - Techland ist zurück im Matsch. Nach Xpand Rally heizen die Polen dieses Mal mit Quads und Motocross-Bikes durch die Wildnis und wir haben das für euch ausprobiert. Lest hier, was nail\'d auf dem Kasten hat.
*/
}
}
//$angeber['news'] = mysqli_num_rows($sm_db->query("SELECT id FROM news WHERE status='1'"));'.$angeber['news'].' News |
$angeber['videos'] = mysqli_num_rows($sm_db->query("SELECT id FROM videos WHERE status='1' and server!=''"));
$angeber['img_i'] = mysqli_num_rows($sm_db->query("SELECT id FROM img_i"));
$angeber['downloads'] = mysqli_num_rows($sm_db->query("SELECT id FROM downloads WHERE status='1' and server!=''"));
$angeber['games'] = mysqli_num_rows($sm_db->query("SELECT id FROM games WHERE status='1'"));
//
$c_fakeh1 = '
';
$c_body = $c_body.'
';
if($_GET['wo']==1){
$c_side = '{$GWO_SIDEBAR}';
$gwo_show = GetFromCache('sitebar_forhomepage_mod1');
$wowo = 1;
}elseif($_GET['wo']=='2OFF'){
$c_side = '{$GWO_SIDEBAR}';
$gwo_show = CachemakerSitebar_Live_MakeOne();
$wowo = 2;
}elseif($_GET['wo']==2){
$c_side = '{$GWO_SIDEBAR}'; /// ab 110905
$gwo_show = GetFromCache('sitebar_forhomepage_mod3');
$wowo = 2;
}elseif($_GET['wo']==3){
$c_side = '{$GWO_SIDEBAR}';
$gwo_show = CachemakerSitebar_Live_MakeFive();
$wowo = 2;
}elseif($_GET['wo']==4){
$c_side = '{$GWO_SIDEBAR}';
$gwo_show = CachemakerSitebar_Live_MakeFour();
$wowo = 2;
}
include('glob/end.php');
?>