Welcome Guest, Not a member yet? Register   Sign In
subnavigation with helpers?
#1

[eluser]rabidmacine9[/eluser]
I want to create some subcategories on my menu using the html helpers instead of raw html...can anybody help?
this is my navigation menu...

Code:
$nav_list = array(
        anchor(site_url(), 'Home'),
        anchor(site_url('eutixia/cv'), 'CV'),
        anchor(site_url('eutixia/contact'), 'Contact'),
        anchor(site_url('eutixia/links'), 'Links')
    );

    echo ul($nav_list);

thanks in advance for any help!




Theme © iAndrew 2016 - Forum software by © MyBB