Add Mini-login at Header
Reach to following path and open the given xml file -app/design/frontend/default/default/layout/page.xml
<block type="customer/form_login" name="mini_login" template="customer/form/mini.login.phtml" />Then, you just have to call the module :
<?php echo $this->getChildHtml('mini_login') ?>
No comments:
Post a Comment