Hello
first sorry for my english ;)
I try fetch tpl file but in vm 2.0 didn't work.
in vm 1.1 I feth like this:
function get_my_file(){
$tpl = vmTemplate::getInstance();
$tpl ->set('user', $user);
$result = $tpl->fetch ('default.tpl.php');
return $result;
}
How to do it in VM 2.0?
what are you trying to do?
explain