How to change homepage link text?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
123456789

How to change homepage link text?

Post 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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: How to change homepage link text?

Post 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 -->
123456789

Re: How to change homepage link text?

Post by 123456789 »

Hey Dee,  thanks a million!
It works.

I really appreciate your help.

thanks
123456789
Locked

Return to “CMSMS Core”