To be displayed, templates have to be evaluated. The process of evaluation puts them into a variable which you then reference in the template you want to hold them.
So, using your example, you would create a template called winner_box, and would call $winnerbox in the navbar template.
To evaluate templates you'll need to insert code in your PHPINCLUDE_START template. Read my tutorial (link is in my sig), and in particular lesson 4.
|