rename admin login button once logged in
This commit is contained in:
parent
e37749abfa
commit
29740e1d78
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<div id="login">
|
||||
<?php if ($logged): ?>
|
||||
<form method="get" action="admin.php">
|
||||
<button type="submit" id="login-button">></button>
|
||||
<button type="submit" id="login-button">enter admin interface</button>
|
||||
</form>
|
||||
<? else: ?>
|
||||
<form method="post" action="admin.php">
|
||||
|
|
Loading…
Reference in a new issue