Basically all the work relies in two main templates,
header
navbar
You could either copy the login code which is in the "navbar" template, and put it where you want inside the header template.
Or, move your header image inside of the navbar template. Either way the login code should still function in either template.
But the main login box code is in the navbar template, all you have to do is just change the structure of the table or div layer based on your design and your good to go.
|