Hi Drupalers,
I have a registered menu ( siteadm/block/list ) referring to admin/build/block.
After submitted "Blocks" form, I want form redirection to siteadm/block/list.
I changed $form['#redirect'] in hook_form_alter of my module, but it doesn't work. What could that happen ?
It still redirects to admin/build/block.
I got to hack the core module "block".
My purpose is to let customer access to the page admin/build/block with my custom menu ( siteadm/block/list ) and I want to make the page admin/build/block as my own.
Any idea ?