Startseite

Herzlich willkommen auf der Internetseite von Alena, Simone und Markus Wagner!

Wer sucht, findet auf unseren Seiten Informationen über das Sportkegeln und West-Kanada.


Kostenlos TV-Serien aufzeichnen? Onlinetvrecorder!

 

Tchibo.de - Jede Woche eine neue Welt!
Flugbuchung.com - Flüge buchen mit Preisgarantie!

 

CT module, block FROM ".TABLE_PREFIX."sections WHERE page_id = '$this_page_id' AND module = 'menu_link'"); if($query_this_module->numRows() == 1) { // This is a menu_link. Get link of target-page and redirect // get target_page_id $table = TABLE_PREFIX.'mod_menu_link'; $query_tpid = $database->query("SELECT target_page_id, anchor, extern FROM $table WHERE page_id = '$this_page_id'"); if($query_tpid->numRows() == 1) { $res=$query_tpid->fetchRow(); $target_page_id = $res['target_page_id']; $anchor = $res['anchor']; $extern = $res['extern']; if($anchor != '0') $anchor = ''.$anchor; else $anchor = FALSE; if($target_page_id == -1) { if($extern!='') { header("Location: $extern".($anchor?'#'.$anchor:'')); } } else { // get link of target-page $table = TABLE_PREFIX.'pages'; $query_link = $database->query("SELECT link FROM $table WHERE page_id = '$target_page_id'"); if($query_link->numRows() == 1) { $res=$query_link->fetchRow(); $target_page_link = $res['link']; // redirect header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.PAGE_EXTENSION.($anchor?'#'.$anchor:'')); exit; } } } } if(file_exists(WB_PATH .'/modules/output_filter/filter-routines.php')) { // include the output filter module routines @require_once(WB_PATH .'/modules/output_filter/filter-routines.php'); if(function_exists('filter_frontend_output')) { // store output in variable for filtering @ob_start(); require(WB_PATH.'/templates/'.TEMPLATE.'/index.php'); $frontend_output = ob_get_contents(); @ob_end_clean(); // Display the filtered output on the frontend echo filter_frontend_output($frontend_output); die; } } // Display the template (no output filtering) require(WB_PATH.'/templates/'.TEMPLATE.'/index.php'); ?> pagecontent in buffer for Droplets and/or Filter operations ob_start(); require(WB_PATH.'/templates/'.TEMPLATE.'/index.php'); $output = ob_get_contents(); if (ob_get_length() > 0) ob_end_clean(); if(function_exists('evalDroplets')) { $output = evalDroplets($output); } if(function_exists('filter_frontend_output')) { $output = filter_frontend_output($output); } echo $output; ?>