Announcement

Collapse
No announcement yet.

create a link to search/site map in my custom template

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

    create a link to search/site map in my custom template

    I've created a site using custom templates, and some of the usual actinic variables aren't included...

    I would like to create a link to a site map and search page (which I'm guessing use one of my templates as per the 'site options'.

    Is there a quick/easy way to add a link to these pages? ie, is there something like

    <a href="<actinic:variable name="search" />" />search</a> AND
    <a href="<actinic:variable name="sitemap" />" />site map</a>

    that I can use?

    Thanks. LP

    #2
    <a href="<actinic:variable name="CatalogURL" />sitemap.html">Sitemap</a>

    and

    <a href="<actinic:variable name="SearchPageURL" />">Search</a>

    Comment


      #3
      Perfect - thank you so much...

      Merry Christmas and thanks again for all your help recently

      Lou

      Comment

      Working...
      X