I use a custom template on my site and I'm trying to get the thing upgraded to use those Smarty ones, based off the default, but when I try to do an include of the common header/footer of my site, it just breaks everything. I was able to do it no problem with the old system. How can I do it with the new one, or barring that, how can I fix the old layout.php file so it displays everything correctly again (now all the right side stuff is at the bottom)
Edit: After finding Smarty's documentation and doing some tweaking, I got most of it looking right. However I can't get it to include a menu file. I tried using the {php}{/php} thing from Smarty's documentation, but its just ignoring my includes. Any ideas?