diff options
Diffstat (limited to 'application/views/file/header.php')
-rw-r--r-- | application/views/file/header.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php index 896b9c894..ca540c805 100644 --- a/application/views/file/header.php +++ b/application/views/file/header.php @@ -18,16 +18,7 @@ <?php if(isset($username) && $username) { ?> <?=anchor("user/logout", "Logout"); ?> <?php } else { ?> - <a> - Login - <div id="login-form"> - <?=form_open("user/login"); ?> - <input type="text" name="username" /> - <input type="password" name="password" /> - <input type="submit" value="Login" name="process" /> - </form> - </div> - </a> + <?=anchor("user/login", "Login"); ?> <?php } ?> </div> </div> |