XOOPS  2.6.0
function.securityToken.php
Go to the documentation of this file.
1 <?php
18 function smarty_function_securityToken($params, Smarty_Internal_Template $smarty)
19 {
20  return \Xoops::getInstance()->security()->getTokenHTML();
21 }
smarty_function_securityToken($params, Smarty_Internal_Template $smarty)