add in 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') ?>
<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
Please mention your comments.......