Sources for file plugins/smarty/function.accesselse.php in version 2.0
Click on a comment to hide it. Click here to show all comments.
/*
* Smarty plugin
* -------------------------------------------------------------
* Type: function
* Name: accesselse
* Purpose: what to display if not authorised
* -------------------------------------------------------------
*/
function smarty_function_accesselse($params, &$smarty)
{
echo "<::ONYX::ACCESS::FUNCTION::SPLIT>";
}
/* vim: set expandtab: */
?>
