another template down
This commit is contained in:
parent
b92150297f
commit
a247a3cedb
1
boot.php
1
boot.php
|
@ -800,6 +800,7 @@ function login($register = false) {
|
|||
}
|
||||
|
||||
$o = replace_macros($tpl,array(
|
||||
'$logout' => t('Logout'),
|
||||
'$register_html' => $register_html,
|
||||
'$classname' => $classname,
|
||||
'$namelabel' => $namelabel,
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<form action="" method="post" >
|
||||
<div class="logout-wrapper">
|
||||
<input type="hidden" name="auth-params" value="logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="Logout" />
|
||||
</div>
|
||||
</form>
|
|
@ -1,6 +0,0 @@
|
|||
<form action="" method="post" >
|
||||
<div class="logout-wrapper">
|
||||
<input type="hidden" name="auth-params" value="logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="Logout" />
|
||||
</div>
|
||||
</form>
|
|
@ -1,6 +0,0 @@
|
|||
<form action="" method="post" >
|
||||
<div class="logout-wrapper">
|
||||
<input type="hidden" name="auth-params" value="logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="Esci" />
|
||||
</div>
|
||||
</form>
|
|
@ -1,6 +1,6 @@
|
|||
<form action="" method="post" >
|
||||
<div class="logout-wrapper">
|
||||
<input type="hidden" name="auth-params" value="logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="Logout" />
|
||||
<input type="submit" name="submit" id="logout-button" value="$logout" />
|
||||
</div>
|
||||
</form>
|
Loading…
Reference in a new issue