include("debug.lib.php3");
include("ayse_lib.php3");
include("menu_lib.php3");
$aysemenu = new MENU;
$itemheader = '';
$itemfooter = '';
$menuinfo = array(
array(
"label"=>"
".$itemheader."ana sayfa".str_repeat(" ", 13)."
home page".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=home"
),
array(
"key"=>"biography",
"label"=>"
".$itemheader."özgeçmiş".str_repeat(" ", 13)."
biography".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=biography"
),
array(
"label"=>"
".$itemheader."galeri".str_repeat(" ", 13)."
gallery".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=gallery"
),
array(
"label"=>"
".$itemheader."akademik".str_repeat(" ", 13)."
academic".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=academic"
),
array(
"label"=>"
".$itemheader."sanatsal".str_repeat(" ", 13)."
art view".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=artview"
),
array(
"label"=>"
".$itemheader."forum".str_repeat(" ", 13)."
discuss".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=discuss"
),
array(
"label"=>"
".$itemheader."öğrenciler için".str_repeat(" ", 13)."$itemfooter
",
"properties"=>array(
"class"=>"solbar_baslik"
),
"url"=>"index.php3?PageCode=students"
)
);
header("Content-Type: text/html; charset=iso-8859-9");
?>
Ayse Özel
echo $aysemenu->PrintMenu( $menuinfo );
echo str_repeat(" \n", 40); # Sayfa aşağıya doğyu uzasın.
?>
|
|
|
|
|
|
$file = $HTTP_GET_VARS[PageCode];
if(!$file){ $file = 'home'; }
if( file_exists( "pages/$file.txt" ) ){
Read( $str, "pages/$file.txt" );
FetchTitles( $titles, $str );
PrintHeader( "pages/!header.txt", $titles );
echo strParseHeader( $str );
}
?>
|
?>