anasayfa.php

Posted on January 29, 2012, 11:40 am UTC by tchuck (about 25 days ago)

Code (highlighted for PHP)

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr">
  3. <head>
  4.         <title><?php baslik(); ?></title>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
  6.         <link rel="stylesheet" href="<?php echo $tema_adresi; ?>/css/stil.css"  type="text/css" />
  7.         <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
  8.         <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/site.js"></script>
  9.         <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/arama.js"></script>
  10.         <script type="text/javascript" src="<?php echo $tema_adresi; ?>/js/bulma.js"></script>
  11.  
  12. </head>
  13. <body>
  14. <!--Header-->
  15. <div id="header"><div class="header">
  16. <h1><a href="index.php" style="color:#fff">xxx</a></h1>
  17. </div>
  18. </div>
  19.  
  20.  
  21. <!--Genel-->
  22. <div id="genel">
  23.  
  24.  
  25.                 <!--Menü-->
  26.                
  27.        
  28.                 <!--Menü-->
  29.  
  30.                 <!--Sag Kısım-->
  31.                
  32.         <div id="sag">
  33.                
  34.         <?php   goster()        ?>
  35.  
  36.                
  37.         </div>
  38.         <!--Sag Kısım-->
  39.        
  40.         <!--Sol kısım-->
  41.         <div id="sol_kaplama">
  42.  
  43.                 <div id="sol">
  44.                 <?php sol_goster(); ?>
  45.                
  46.                
  47.                 </div>
  48.                 <div id="sol_alt"><?php is(); ?></div>
  49.         </div>
  50.        
  51.        
  52.         <!--Sol kısım-->
  53.  
  54. </div>
  55. <!--Genel-->
  56. </body>
  57. </html>