[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:21 2008 ] [ Parasite 1.0.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> main.php (source)

   1  <?
   2  if (!ini_get("output_buffering")) {
   3      ob_start('ob_gzhandler');
   4  }
   5  include("i.php");
   6  include ("functions.php");
   7  header("X-Pingback: $pingbackserver");
   8  print ("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n");
   9  ?>
  10  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  11  <html xmlns="http://www.w3.org/1999/xhtml">
  12  <head>
  13      <title><?=title()?></title>
  14      <link rel="pingback" href="<?=$GLOBALS['config']['pingbackserver']?>" />
  15  
  16  <style type="text/css">
  17  /*<![CDATA[*/
  18      @import "<?=$GLOBALS['config']['cssfile']?>";
  19  /*]]>*/
  20  </style>
  21  <script language="javaScript1.2" type="text/javascript">
  22      function makevis( targetId ){
  23          if (document.getElementById){
  24              target = document.getElementById( targetId );
  25              if (target.style.display == "none"){
  26                  target.style.display = "";
  27              } else {
  28                  target.style.display = "none";
  29              }
  30          }
  31      } 
  32  </script>
  33  </head><body>
  34  
  35  <div id="blogtitle" title="This is my Parasite Blog">Parasite Blog</div>
  36  <div id="box">
  37      <div id="box2">
  38          <div id="box3">
  39              <div id="boxtop">
  40                  <div class="search">
  41                      <form action="<?=$_SERVER['PHP_SELF']?>" method="get" name="s" id="search"><label for="searchtext" accesskey="s" title="Single or multi-word search. Words in quotes are treated as one term.">Search: </label><input type="text" size="15" id="searchtext" name="q" /></form>
  42                      </div>
  43  
  44              </div>
  45              <div id="leftcontent">
  46                  <?  magic(); ?>
  47              </div>
  48  
  49              <div id="rightcontent">
  50              <p>
  51              Previous Articles:<br />
  52              <? lastfew(7); ?>
  53              </p>
  54              </div>
  55          </div>
  56      </div>
  57  </div>
  58  
  59  </body>
  60  </html>


[ Powered by PHPXref - Served by Debian GNU/Linux ]