Quote:
Originally Posted by ckgreenman
Hello, I hope someone can point in the right direction. I'm trying to port a mod to vb4 which has a number of templates. The php file contains a whole bunch of
Code:
eval('$template .= "' . fetch_template('templatename') . '";');
lines. The mod uses a main template which then calls the other templates from within the main template using $template references to the other templates.
I've tried a number of different iterations form the first post but I can't get anything but the main template to render. How does one go about making something like this work?
thanks.
|
Im wondering the same thing.