Hi,
You must first enable {php} tags in template by adding the following code in vShare/include/vshare.php file.
AfterCode:$smarty->allow_php_tag = true;Now you can use php session variables within {php} tags in templates.Code:$smarty->caching = 0;
Try this.Code:$login = $_SESSION['USERNAME'];




Reply With Quote
Bookmarks