How to use the sitemap method in the Page Selector helper?
Permalink
When using:
How does this work? Does it simply embed the sitemap on the page with no other functionality than seeing what pages exist in certain places, or is there a way to allow users to click on a page and be taken to the page?
$ps = Loader::helper('form/page_selector'); $ps->sitemap();
How does this work? Does it simply embed the sitemap on the page with no other functionality than seeing what pages exist in certain places, or is there a way to allow users to click on a page and be taken to the page?