Changes to "Plugins-0.8" between 2017-09-08 06:27:46 and 2017-09-08 06:28:12

41
42
43
44
45
46
47

48


49
50
51

52


41
42
43
44
45
46
47
48

49
50
51
52
53
54

55
56







+
-
+
+



+
-
+
+
utils::CSRF_check() remplacé par $form->check() dans l'admin
```

## Dans les templates Smarty

Dû au passage de Template_Lite à Smartyer les changements suivants ont eu lieu :

```
```{display hello="Coucou `$name' !"}```
{display hello="Coucou `$name' !"}
```

Devient :

```
```{display hello="Coucou %s !"|args:$name}```
{display hello="Coucou %s !"|args:$name}
```