<title><?php echo $title; ?></title>
<h1><?php echo $heading; ?></h1>
<body>
<?php if ( @ $_SESSION['active'] !== TRUE): ?>
<?php echo form_open('welcome/verifyLogin'); ?>
<p>Username: <input type="text" name="username" /></p>
<p>Password: <input type="password" name="password" /></p>
<p><input type="submit" value="Login" /></p>
<?php echo form_close();?>
<?php endif; ?>
<h5><?php echo anchor('adminpanel', 'Admin'); ?></h5>
</body>