I've a hard-coded diary view that must show the sub-site header but it's showing the main header instead (both are working perfectly for the rest of the pages, views and so on).
I'm looking for a solution to hide the main header, but all of them hide it for all pages
@fatimamartinez
This example introduces "drop" directives that respond to the classes 'gl-drop', 'gl-front-drop' and 'gl-inner-drop'.
If you have these diazo directives in your rules.xml you can use those special 'gl-*-drop' classes in your theme to "apply" the behaviour you want to your headers.
gl-drop -- drop elements of your theme marked with this class.
gl-front-drop -- drop elements of your theme marked with this class if they are on the front-page.
gl-inner-drop -- drop elements of your theme marked with this class if they are on an inner page.