Does anyone know how to test for the sitemap page and the info page, i want to add a blockif to create a page title for these pages.
I can sucessfully test for the search page for example
<actinic:variable name="PageType" /> == 'Search'
but pagetype equals 'Sitemap' doesn't do it
I can sucessfully test for the search page for example
<actinic:variable name="PageType" /> == 'Search'
but pagetype equals 'Sitemap' doesn't do it
Comment