Nav in the footer

Permalink
Is it possible to add an auto nav in the footer listing the most common items from the full navigation and formatted something like thishttp://www.scotch.sa.edu.au/go/about-scotch...

 
alemao replied on at Permalink Reply
alemao
yes it is possible you just have to define in your default tempalte the sections where you want to put navigation. Define each one with

<?php
$an = new Area('Area X');
$an->display($c);
?>

Dont forget to replace the "X" with your number...
Now you can put the navigation into each section...
it worked for me and hope it does helps you
MrEMan replied on at Permalink Reply
Excellent that was exactly what I was looking for.

Thank you alemao