Announcement

Collapse
No announcement yet.

How do I change the value of the variable HomePageURL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I change the value of the variable HomePageURL?

    Hi,

    I am trying to change the value for the variable HomePageURL in the nav bar as I don't want it to link to index.html anymore I want it to link to a page called cat_index.html

    I can find the relevant code in the layout (as shown below) but you can't right click on the HomePageURL variable and edit it that way nor can I find it when I look at Design -> Library -> Variables.

    Code:
    <a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','button_home_highlight.gif')" onmouseout="RestoreImage()"><img src="button_home.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
    Where is it hiding? Does anybody know how I can edit this value?
    Cell Security Limited
    The UK's No.1 Supplier Of Custodial Equipment!

    #2
    Design | Design Options

    Comment


      #3
      Ah! There it is. Thanks Lee, much appreciated.
      Cell Security Limited
      The UK's No.1 Supplier Of Custodial Equipment!

      Comment

      Working...
      X