Dear Drupal Users

Is it possible to hide all navigation objects amnd menus using php code on my page? If possible, I would rather do this than using the Administer/Blocks option.

With Thanks
Rob

Comments

VM’s picture

on one specific page ? or all pages ? please clarify.

If on all pages, you may just be able to remove the regions in template.php , or design a template.php with no side bar regions.

RobCair’s picture

It would be for a group of pages that I am using to interface to a members' database. The members ID in the database is the same as the Drupal user ID. I want to keep the interface in Drupal so that I can pass the user ID securely across to the database query.