Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Version fonctionnelle de base

Emmanuel ROY authored on 13/06/2017 22:54:16
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-<?php 
2
-
3
-$this->$page['name'] = '1';
4
-$this->$page['description'] = "bradabla";
5
-$this->$page['params'] = array();
6 0
\ No newline at end of file
Browse code

Nouvelle version faite en une matinée Dommage de ne pas retrouver l'ancienne

Dear IP-formation.

Emmanuel ROY authored on 15/04/2015 14:45:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+<?php 
2
+
3
+$this->$page['name'] = '1';
4
+$this->$page['description'] = "bradabla";
5
+$this->$page['params'] = array();
0 6
\ No newline at end of file