It looks like you're new here. If you want to get involved, click one of these buttons!
//menu navigation
$nav = array();
$nav['home'] = array('label' => 'HOME', 'location' => '/');
$nav['about'] = 'ABOUT';
$nav['blog'] = 'BLOG';
$nav['artsjournals'] = array('label' => 'ARTSJOURNAL'); (THIS IS THE ONE I DON'T WANT THE ANCHOR TAG ON)
$nav['artsjournals/submit'] = array('label' => 'Submit', 'parent_id' => 'artsjournals');
$nav['artsjournals/journals'] = array('label' => 'Journals', 'parent_id' => 'artsjournals');
$nav['gallery'] = 'GALLERY';
$nav['social'] = 'SOCIAL';
$nav['contact'] = 'CONTACT';
Comments
$nav['artsjournals'] = array('label' => 'ARTSJOURNAL', 'location' => NULL);