Quote:
Originally Posted by kh99
But looking at the code in showthread.php, $header is set at the beginning (in global.php) and the showthread template isn't used until the end (and $navbar is set near the end). So although the $header appears after the <title></title> in the template, it is already set before the template even begins.
Something could be inserted between <body> and $header, but of course that would put it at the very top of the page.
|
I see, so its dosent look like it something that easy to do then
--------------- Added [DATE]1259076988[/DATE] at [TIME]1259076988[/TIME] ---------------
Quote:
Originally Posted by kh99
But looking at the code in showthread.php, $header is set at the beginning (in global.php) and the showthread template isn't used until the end (and $navbar is set near the end). So although the $header appears after the <title></title> in the template, it is already set before the template even begins.
Something could be inserted between <body> and $header, but of course that would put it at the very top of the page.
|
I just checked my showthread template and it goes in this order
<title></title>
$header
$navbar
it seems to work above the header, below the header, in the navbar, but not in the header , although I can get the forum topics to show in the header just no the thread/post title..