Smarty
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file function.tk.php

Documentation is available at function.tk.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * smarty_function_cookie
  10.  */
  11. function smarty_function_tk($params&$gBitSmarty{
  12.     global $gBitUser;
  13.     print 'tk='.$gBitUser->mTicket;
  14. }
  15. ?>

Documentation generated on Wed, 29 Jul 2015 13:56:40 +0000 by phpDocumentor 1.5.0-lsces