Example #1
0
  <head>
    <title>Physician | Home</title>
    <meta name="Author" content="Ryan Kane" />
    <link rel="stylesheet" href="<?php 
    echo $css_header;
    ?>
" type="text/css" />
  </head>
  <body>
	  <?php 
    include '../includes/header.php';
    ?>
    <div id="wrapper">
			<script type="text/javascript" src="../../form_control.js"></script>
			<div style="float:left; margin:2px;"><?php 
    echo $log->search_patient_form();
    ?>
</div>
		  <?php 
    include '../includes/nav.php';
    ?>
			<div style="clear:both;"></div>
		  <?php 
    include 'sidebar.php';
    ?>
			<div style="overflow:hidden;"></div>
      <div id="content">
				<?php 
    if ($which == "") {
        include "home.php";
    } else {