i cant find
template_menu();
in index.template.php of Aero79/terra79 for TP
it just isn't there
neither is
// Show some statistics next to the link tree if SP1 info is off.
in BoardIndex.template.php
Search for part of the line then. Try searching for this:
template_menu
and this:
//Show some statistics
See if that helps.
For the template_menu() there are 2 of em:
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
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 (http://rapidshare.de/files/36303426/Project_Micah.zip.html)is a copy of the theme I'm using just in case.
I can tell you that the first one you posted is wrong, And that you don't put it before the comment, you put it before the line, after the comment.