Quote:
Originally Posted by alon1853
umm , Lynne thanks for ur posting
but this is what im talking about , is there a way to move the navbar into the header to interagate header + navbar in same,
but i dont want to put header in navbar i want to put navbar onto header
Can i do this,and if i can
Please Help Me
Thanks.
|
I know. And the only way you can move the navbar code into the header is if you render the header after the navbar template. The header template is rendered when you call global.php. In the showthread template, for instance, that is on line 110. The navbar template gets rendered much later, again, in the showthread template, that is on line 2118. So, you can't put something that isn't rendered (the navbar) into a template that is already rendered (the header) without rearranging the code so that the navbar is rendered *before* the header is rendered.