First stable version.
Bug fixes: #1252804 by chriscaple: fixed 'undefined index' warnings produced when menus rebuilt via drush.
Fixed "Hide close button" option not working in frames opened with modalframe_menu_open_frame function.
Added "Title" and "Header" options.
Added "Hide the close button in the title bar" option.
- Added modalframe_menu_open_frame function. Refactored modalframe_menu_parent.js to support it. - Added modalframe-menu-page.tpl.php (missing from previous releases, probably fixes various broken functionality).
Use hook_TYPE_alter (hook_menu_link_alter) instead of menu item edit form submit handler.
- Fixed custom page theme not being used (preventing local task tabs being shown).
- Make internal links in frames open in the frame by default. - Move JS to js folder.
Initial release of modalframe_menu module.