lawiki
09-22-2012, 03:15 AM
Hi,
Could someone be so very kind to change the below 2 lines to VB4?
eval('$navbar = "' . fetch_template('navbar') . '";');
I think this one goes to :
$templater->register('navbar', $navbar);
But this one??
eval('print_output("' . fetch_template('MyPage') . '");');
Goes to ??
Could someone be so very kind to change the below 2 lines to VB4?
eval('$navbar = "' . fetch_template('navbar') . '";');
I think this one goes to :
$templater->register('navbar', $navbar);
But this one??
eval('print_output("' . fetch_template('MyPage') . '");');
Goes to ??