Magento: Mini Login Form in header section

Let’s open app/design/frontend/your_package/your_theme/layout/customer.xml  and just add the following line after Like: Now open app/design/frontend/your_package/Your_theme/template/page/html/header.phtml and add the following lines where yoy want to display login button: And, lastly, open app/design/frontend/your_package/your_theme/template/customer/form/mini.login.phtml and modify the file according the following file: Note: In Read more…