MyBB Community Forums

Full Version: Can anybody please tell me in which template the </header> tag actually finish?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anybody please tell me in which template the </header> tag actually finish?
It is not finished in headerinclude. It finishes somewhere else. Can anybody please tell me which template it is?
Do you mean the </head> tag?

If so:

Admincp -> Templates & Style -> Templates -> Your Theme's Templates -> Index Page Templates -> Index
yes sorry. </head>. I'm very tensed right now. Cant find the exact place where I can solve this issue.
Check it : http://community.mybb.com/thread-127099.html

I already double checked index template but it is not there. can you please help?
No problem. Smile

The index template of the MyBB default theme is:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>

Can I ask what theme you're using?
Vernier, I think this is actually solved, the OP had two threads with the same root cause, I am going to mark this as solved.