Results 1 to 4 of 4

Thread: PHP Includes?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    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.

  2. #2
    Join Date
    Jun 2011
    Posts
    21

    Default perfect

    thanks! Worked great!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •