Login Page...
Hi,
I want to put a custom login area into the header, I need to know where can I find the correct data for the login form?
Ex:
<form name="something" method="post">
<input type="text" value="username">
<input type="pass" value="password">
</form>
Thank you
Brian