8 lines
109 B
PHP
8 lines
109 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
function smarty_function_sugar_create_button($params, &$smarty)
|
||
|
|
{
|
||
|
|
return var_dump($params);
|
||
|
|
}
|
||
|
|
?>
|