I'm new to theming SMF so I've run in to a problem.
I've begun layouting using index.template.php and I've come to the point where I want to move the menu. So I took the code:
// Show the menu here, according to the menu sub template.
template_menu();
and placed it where I wanted it. But the menu doesn't move. It stays in it's initial position (I'm modifying the standard theme). Have I missed something? According to my forum search I haven't and if that's the case what could be wrong?
I would appreciate som help with this.
It would help if you told us where you wanted to place the menu.
Nevermind. User error. I somehow managed to upload the wrong file to my test forum.