#295 - Menu link

This is a spacer post for a website comment topic. The content this topic relates to: #295 - Menu link
Pretty sure this already happens. Not tested the code but uninstall_addon has:

if (preg_match('#^([^/]*)/index.php#',$filename,$matches)!=0)
actual_delete_zone_lite($matches[1]);

and actual_delete_zone_lite has:

$GLOBALS['SITE_DB']->query_delete('menu_items',array('i_url'=>$zone.':'));
0 guests and 0 members have recently viewed this.