so I have a bunch of drupal MENU_LOCAL_TASK menu items that gets displayed as tabs…
is there a way that I can position content above this tab?
I’m using drupal 6
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a region in your page.tpl.php above where the $tabs variable is output.
Ex:
1. Edit your $THEME.info file to add a region called “above_tabs”
2. Edit your page.tpl.php file to where you want content to appear.
Flush cache and you should now have a region to which you can assign blocks of content.