Jump to content

[SOLVED] How to add ’homepage’ link before the ’contact’ link?


Recommended Posts

In the file blockpermanentlinks-header.tpl

Add the following:
This should be after the

  • at line 3
{l s='Home' mod='blockpermanentlinks'}




In the file blockpermanentlinks.tpl again at line 3 after


<!-- Home -->

 
{l s='Home' mod='blockpermanentlinks'}





in your global.css file add the following

#header_links #header_link_home a {
   background-image: url('../img/icon/home.gif');
}



You will need to upload an icon into your theme/img/icon folder called home.gif. I have attached my home.gif to this post.

29380_rAdRaziiu0uCHCsugg6k_t

Link to comment
Share on other sites

  • 4 months later...
In the file blockpermanentlinks-header.tpl

Add the following:
This should be after the
  • at line 3
{l s='Home' mod='blockpermanentlinks'}




In the file blockpermanentlinks.tpl again at line 3 after


<!-- Home -->

 
{l s='Home' mod='blockpermanentlinks'}





in your global.css file add the following

#header_links #header_link_home a {
   background-image: url('../img/icon/home.gif');
}



You will need to upload an icon into your theme/img/icon folder called home.gif. I have attached my home.gif to this post.



how to add new product, best seller, and special product link in permanent link?
Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...