lolo?
11-16-2009, 11:36 AM
Can someone help me
i try to update on mode for vb4 but i have a probleme
in vb 3.8 i have this :
eval('$mytemplate .= "' . fetch_template('mytemplate') . '";');
i convert like this
$templater = vB_Template::Create('mytemplate');
$templater->register('mytemplate', $mytemplate);
$mytemplate = $templater->render();
and in the template in vb3.8 i have this
$mytemplate
replace by this in vb4
{vb:var mytemplate}
but when i look in my post the template are not call just see {vb:var mytemplate}
could you tell me what is wrong
sorry for my bad english
i try to update on mode for vb4 but i have a probleme
in vb 3.8 i have this :
eval('$mytemplate .= "' . fetch_template('mytemplate') . '";');
i convert like this
$templater = vB_Template::Create('mytemplate');
$templater->register('mytemplate', $mytemplate);
$mytemplate = $templater->render();
and in the template in vb3.8 i have this
$mytemplate
replace by this in vb4
{vb:var mytemplate}
but when i look in my post the template are not call just see {vb:var mytemplate}
could you tell me what is wrong
sorry for my bad english