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
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
Comment