For the template_menu() there are 2 of em:
if i put it befor template_meun() it gives me a parser error
and
if i put it before the first comment it gives me the same error.
and for the board index i cant find any of it.
here is a copy of the theme I'm using just in case.
Code Select
echo ' </div></td></tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="middle">
<img src="'.$settings['images_url'].'/img'.$context['mycolor'].'/skyleft.jpg" alt="" /></td><td valign="bottom" class="middle">',template_menu(),'</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="70%">';if i put it befor template_meun() it gives me a parser error
and
Code Select
echo '</div>';
}
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;
// Work out where we currently are.if i put it before the first comment it gives me the same error.
and for the board index i cant find any of it.
here is a copy of the theme I'm using just in case.


