Page 1 of 1

How to change homepage link text?

Posted: Mon Sep 25, 2006 12:52 pm
by 123456789
Hi,

When I do a mouseover over the image and top bar of my site I consistently see this link text:
home page,shortcut key=1

How do I go about changing this link text in something more 'appropriate'?

Is it possible?

Any help would be greatly appreciated.

Regards
123456789

Re: How to change homepage link text?

Posted: Mon Sep 25, 2006 5:16 pm
by Dee
Adding a title parameter to the cms_selflink tag in your template(s) changes the "mouseover":

Code: Select all

   <!-- Start Header, with logo image that links to the default start page -->
   <div id="header" class="clearfix">
           <h1>{cms_selflink dir="start" title="Your Title"}</h1>
   <hr />
   </div>
   <!-- End Header -->

Re: How to change homepage link text?

Posted: Mon Sep 25, 2006 6:21 pm
by 123456789
Hey Dee,  thanks a million!
It works.

I really appreciate your help.

thanks
123456789