[FONT=Arial]Instead of removing code, I find that commenting out code so the item simply does not appear is usually the safest way to proceed just in case you ever want to use it again. To comment out the the Extra's Link in the Admin Navigational Panel which will also comment out the drop down choices that appear when rolling over the Extra's link, simply edit the file named: [/FONT]
[FONT=Arial]admin/includes/header_navigation.php[/FONT]
[FONT=Arial]In version 1.3.7, on line 27:[/FONT]
[FONT=Arial]From:[/FONT]
[FONT=Arial]require(DIR_WS_BOXES . 'extras_dhtml.php');[/FONT]
[FONT=Arial]To:[/FONT]
[FONT=Arial]// require(DIR_WS_BOXES . 'extras_dhtml.php'); //[/FONT]



