Like this?
Code:
eval( 'dooutput( "' . gettemplate( 'home' ) . '" );' );
There has to be more to it, right? Do I need to include the template name in the top of the page with all the others?
Code:
$templatesused = 'home,home_articlebit,home_articlelink,home_welcomeguest,home_welcomeuser,';
I tried just the eval and the eval with adding it in the templatesused but no luck. If possible could you show an example?
Thanks for your input, and I hope this helps Crazy Pete as well.