X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.test_email.php;h=3a1881903adfef3c17b5b33396ec76675a8582dd;hb=71ebd57d64102a39896d47873514a42a26c7201e;hp=007653641797ffc64f225bdf6d5d4f06a0f65452;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;p=platal.git diff --git a/plugins/function.test_email.php b/plugins/function.test_email.php index 0076536..3a18819 100644 --- a/plugins/function.test_email.php +++ b/plugins/function.test_email.php @@ -19,16 +19,13 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -function smarty_function_test_email($params, &$smarty) { +function smarty_function_test_email($params, $smarty) { $label = isset($params['title']) ? $params['title'] : 'Envoyer un email de test'; $token = "'" . S::v('xsrf_token') . (isset($params['hruid']) ? "', " : "'"); $hruid = isset($params['hruid']) ? "'" . $params['hruid'] . "'" : ''; return '
' . '

' - . '
' - . '
' - . '
' - . '
' + . '
' . '
'; }