Community

Where does the horizontal tabs come from?

Can someone explains my screen layout I have Home and Villa comfort were does it come from? I don't want any tab just my content of a rental house. And two menu items to the left One is called booking. The other one must still be created.

Thanks for help
John

Comments

menu_local_task

The tabs you see are a part of the menu system. They are referred to as local tasks because they perform tasks (view, edit, etc.) on the node being viewed. In order to change this display you will need to learn about theme overrides.

Probably for what (I think) you have in mind you would be better off defining a view and adding the link to your primary menu.

--BitRadiator

Try Context Local Tasks module

Try Content Local Tasks module (http://drupal.org/project/context_local_tasks). You will be able to hide those menus at various parts of your site. Unless you want to get rid of it completely... Then you can override theme_menu_local_tasks().