File: /home/sinanpasha/public_html/risale/yeni/iletisim.php
<?php
include ("include/uye-oturum.php");
$sorgu = mysql_query("select * from iletisim where iletisim_id=1 and durum=1");
$sonuc = mysql_fetch_array($sorgu);
$iletisim_id = $sonuc["iletisim_id"];
$title = $sonuc["title"];
$description = $sonuc["description"];
$adres = $sonuc["adres"];
$telefon = $sonuc["telefon"];
$gsm = $sonuc["gsm"];
$email = $sonuc["email"];
$harita = $sonuc["harita"];
?>
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title><?php echo $title;?>Bil Soft Eticaret</title>
<meta name="language" content="tr">
<meta name="description" content=" ">
<meta name="author" content="Bil Shop Eticaret Sitesi">
<meta name="robots" content="index,follow">
<meta name="Copyright" content="Tüm hakları Bil Shop Firmasına aittir.">
<link rel="stylesheet" type="text/css" href="css/stiller.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Responsive için gerekli Head kodu başladı -->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/stiller-responsive.css">
<link rel="stylesheet" href="js/responsive-menu/slicknav.css">
<script src="js/responsive-menu/modernizr.min.js"></script>
<!-- Responsive için gerekli Head kodu bitti -->
</head>
<body>
<!-- ==================== Header Top ==================== -->
<?php
include("include/header-top.php");
?>
<!-- ==================== Wrapper Top ==================== -->
<div id="wrapper" class="sablon_width">
<?php
include ("include/header.php");
?>
<div id="page_title">
<h1><?php echo $baslik;?></h1>
</div>
<div id="page_content">
<table width="950" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td width="120"><strong>Adres</strong></td>
<td width="10"><strong>:</strong></td>
<td width="438"><?php echo $adres;?></td>
<td width="117"> </td>
</tr>
<tr>
<td valign="top"><strong>Telefon</strong></td>
<td valign="top"><strong>:</strong></td>
<td width="438"><?php echo $telefon;?></td>
<td width="117"> </td>
</tr>
<tr>
<td width="120"><strong>Gsm</strong></td>
<td width="10"><strong>:</strong></td>
<td width="438"><?php echo $gsm;?></td>
<td width="117"> </td>
</tr>
<tr>
<td valign="top"><strong>E-Posta</strong></td>
<td valign="top"><strong>:</strong></td>
<td width="438"><?php echo $email;?></td>
<td width="117"> </td>
</tr>
<tr>
<td valign="top"><strong>Harita</strong></td>
<td valign="top"><strong>:</strong></td>
<td width="438"><?php echo $harita;?> </td>
<td width="117"> </td>
</tr>
</table>
<?php
include("include/adres.php");
?>
</div>
<!-- ==================== Footer Bottom ==================== -->
<?php
include("include/footer.php");
?>
</body>
</html>