SMF Ads Support Forum

Themes/Language => Theme Support => Topic started by: stulancs on May 19, 2009, 09:43:39 PM

Title: Can't make this work
Post by: stulancs on May 19, 2009, 09:43:39 PM
I'm trying to manually edit the index.template.php file and and struggling with two parts of it. First, is where it says to find </td>" - I have 21 of them.

Second, is that I don't have "template_menu();", the nearest I have are:

Quote// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;

and

Quote', template_menu(), '
';




   // The main content should go here.

The theme is called love_theme and it's been edited, but only with a few tables to add a flash menu and some colour changes. I attached the file if anyone wants to look at it thanks.