ROOTDIR, 'style_name' => $kp['style_name'], 'title' => $seo_title, 'description' => $seo_description , 'image_src' => $seo_image, 'keywords' => $seo_keyword, 'facebook_title' => $seo_title, 'facebook_image' =>$seo_image, 'facebook_description' => $seo_description, 'charset' => 'text/html charset='.$kp['html_charset'], 'language' => 'tr', 'copyright' => $sAyar['copyright'], 'abstract' => $sAyar['url'], 'author' => $sAyar['author '], 'distribution' => 'Global', 'robots' => 'FOLLOW,INDEX', 'googlemeta' => $sAyar[googlemeta], 'favicon' => $sAyar[icon], 'css' => $CSSinlude, //'js' => $JSinlude, 'js' => $js_top, 'googleistatistik' => $sAyar[googleistatistik], 'extra' => $ek_css . " " . $ekstra_cssler, 'gbtx' => '', ); $_html=array(); $_html[language]='tr'; $_html[header] = print_header($HEADER); $_html[body_style] = $body_style; $_html[body] = '

'.$seo_title.'

'. '

'.$seo_description.'

'. '
' . print_tpl("inc", $kp_TPL); ob_start(); include("inc/alt.php"); $_html[body].= ob_get_clean(); $_html[js]= $JSinlude.print_gbtx().''; $_html_return = FormDoldur( (is_file($STYLE_FOLDER."tpl/html.tpl")?$STYLE_FOLDER."tpl/html.tpl":"form/html.tpl"),$_html,"",1); print $_html_return; ?>