Posted: 06/20/2005 3:27:32 PM
Dmitry wrote: | 06/20/2005 11:31:30 AM | ||||||||
Sorry for delay Roland, I just missed this topic. You can create one new tag and pass actual file/URL you want to include as an attribute, so your template would look like this after you added the tag itself: <inp:m_include_file _File="http://james.adbutler.de/poplink.php?pid=8725&tid=96501&bid=38902&uid=132255" /> I hope this make sense. Thanks, [Edited By Dmitry on 06/20/05 11:41:41 AM] [Edited By Dmitry on 06/21/05 6:21:08 AM] |
Hi Dimitry
Tried to create a new function, but doesn't work...
I integrated the following function to parser.php:
function m_include_file($attribs = array())
{
// $file = getArrayValue($attribs,'_file');
$ret = include($file);
return $ret;
}
Maybe you can help me to create the "working" function.
Thanks
Roland