My Account

MY ACCOUNT

Module position: footer-4

Module class suffix: Not used

If you want to display your Footer information like this you have to create a custom module and publish the custom module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div class="footer-block footer-4">
<ul class="nav nav-pills">
<li><a href="index.php/login">Login</a></li>
<li><a href="index.php/Register">Register</a></li>
</ul>
</div>

Last updated