I want to know how to get different login interface for my web without change to the URL name. Example
<ul>
<li><a href="http://domain.com/login/">Login</a></li>
</ul>
If user click on the Login I want to make it display on Ajax popup. Just show the login & password form. I'm using ColorBox. Example Outside HTML (Ajax)
If user type http://domain.com/login/ that page will include header, footer and etc.
Let me know what to put in my login.php to make it to be different.