Menu i a UL/LI, how do i make that editable?

Permalink
Hej
I´m trying to create a theme for Concrete5, and the menu is in a unsorted list:
<ul>
         <li><a href="#" id="menu1" accesskey="1" title=""><span>home</span></a></li>
         <li><a href="#" id="menu2" accesskey="2" title=""><span>Resources</span></a></li>
         <li><a href="#" id="menu3" accesskey="3" title=""><span>About</span></a></li>
         <li><a href="#" id="menu4" accesskey="4" title=""><span>Contact</span></a></li>
      </ul>

How do i make that area editable?
If i just add
<?php
    $a = new Area('menu');
    $a->display($c);
?>
, it f u c k s up for me..

What 2 do?
Egmose

 
moosh replied on at Permalink Reply
moosh
Hi,

You must to work with autonav block.

++
webjunglen replied on at Permalink Reply
Thx for your answer, but you need to deepen that out?
moosh replied on at Permalink Reply
moosh