<?php

include_once './include/include_class.php';
$doktorInclude = new IncludeClass();
$doktorInclude->doktorEkle_include();
if (isset($_SESSION['admin_id'])) {
    ?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <meta charset="UTF-8">
    <title>Doktor Ekle</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->index_vb();
    $bootstrap->login_vb();
    ?>
    <script>
        $(document).ready(function () {
            $("#hclick").click(function () {
                $("#pclick").slideToggle("slow");
            });
        });
    </script>
<script>
$(document).ready(function()