PDA

View Full Version : Removing VB Header in Defaulttangy.


N e o
06-01-2008, 05:14 PM
I'm trying to figure out how to remove the VB header that is displayed on drupal pages. This is the header that includes the navbar and displays the user's username as well as any private message info and the sitemap/tree. I would like to hide this completely on drupal pages.

Goddess
06-02-2008, 12:11 PM
around your navbar code in the navbar template, you'd need a conditional.
something like this -


<if condition="THIS_SCRIPT != 'drupal'">
navbar code
</if>

webdzinez
04-17-2009, 08:14 PM
what if I want to remove the header from only particular pages ? Is there a way to do this ?