Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Loginas

Parašė TaduXxX· 2010 Rugs. 26 14:09:56
#4

Pamegink kazka tokio

 
<?php
if (!iMEMBER) {
 
	echo "<div align='center'><br>
 
<form name='loginform' method='post' action='".FUSION_SELF."'>
 
".$locale['061'].": <input type='text' name='user_name' class='textbox' style='width:100px'>
 
".$locale['062'].": <input type='password' name='user_pass' class='textbox' style='width:100px'>
 
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."'>
 
<input type='submit' name='login' value='".$locale['064']."' class='button'>
 
</form>
 
</div>\n";
 
}
?>