smarty_function_securityToken

Inserts a XOOPS security token

Examples: <{securityToken}> <{securityToken name="XOOPS_TOKEN"}>

Create and render a XoopsFormHiddenToken element. If no 'name' argument is specified the default value will be used.

This is intended to replace token generations done in {php} tags which are removed in Smarty 3 and beyond

Parameters
string[] $params

optional 'name' parameter for token

#
Smarty $smarty #
Returns
void