News:

Help keep this project going by donating or buying adseller pro

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mike16889

#1
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 is a copy of the theme I'm using just in case.
#2
Theme Support / cant find template_menu(); in Aero79
October 10, 2006, 05:32:19 AM
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