anasayfa.php
Posted on January 29, 2012, 11:40 am UTC by tchuck (about 25 days ago)Code (highlighted for PHP)
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
- <head>
- <title><?php baslik(); ?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
- <link rel="stylesheet" href="<?php echo $tema_adresi; ?>/css/stil.css" type="text/css" />
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
- <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/site.js"></script>
- <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/arama.js"></script>
- <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/bulma.js"></script>
- </head>
- <body>
- <!--Header-->
- <div id="header"><div class="header">
- <h1><a href="index.php" style="color:#fff">xxx</a></h1>
- </div>
- </div>
- <!--Genel-->
- <div id="genel">
- <!--Menü-->
- <!--Menü-->
- <!--Sag Kısım-->
- <div id="sag">
- <?php goster() ?>
- </div>
- <!--Sag Kısım-->
- <!--Sol kısım-->
- <div id="sol_kaplama">
- <div id="sol">
- <?php sol_goster(); ?>
- </div>
- <div id="sol_alt"><?php is(); ?></div>
- </div>
- <!--Sol kısım-->
- </div>
- <!--Genel-->
- </body>
- </html>