Hi,

If you are using latest version of vShare,

you must set allow_php_tag = true to enable php tags in template files.

Open include/vshare.php file and add
Code:
$smarty->allow_php_tag = true;
After
Code:
$smarty = new Smarty();
Thanks,

Buyscripts Team.