Quote:
Originally Posted by subu1
ups
can everybody take that for vb2
|
LOL~~!! i've found a way to make this work with VB2
everything is the same, except change this code in the instraction from
eval('$sidebar = "' . fetch_template('sidebar') . '";');
to
eval("\$sidebar = \"".gettemplate('sidebar')."\";");
(add it on top of
eval("\$headinclude = \"".gettemplate('headinclude')."\";"); Globle.php)