N8
05-03-2005, 01:21 AM
In my phpinclude template, I have the following code, grabbing a template containing some advertisement code.
eval('$adbox= "' . fetch_template('adbox') . '";');
This works great when including $adbox in other templates, however when I try to include another template inside $adbox, it doesnt get included...
Anyone have any idea why this might be happening?
eval('$adbox= "' . fetch_template('adbox') . '";');
This works great when including $adbox in other templates, however when I try to include another template inside $adbox, it doesnt get included...
Anyone have any idea why this might be happening?