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