|
Revision 4365, 408 bytes
(checked in by cedric@…, 2 years ago)
|
|
un debut de template de plugin pour aider a coder
N'hesitez pas a l'enrichir de vos trucs et astuces
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | function template_affiche_droite($flux){ |
|---|
| 5 | return $flux; |
|---|
| 6 | } |
|---|
| 7 | function template_affiche_gauche($flux){ |
|---|
| 8 | return $flux; |
|---|
| 9 | } |
|---|
| 10 | function template_affiche_milieu($flux){ |
|---|
| 11 | return $flux; |
|---|
| 12 | } |
|---|
| 13 | function template_ajouter_boutons($flux){ |
|---|
| 14 | return $flux; |
|---|
| 15 | } |
|---|
| 16 | function template_body_prive($flux){ |
|---|
| 17 | return $flux; |
|---|
| 18 | } |
|---|
| 19 | function template_exec_init($flux){ |
|---|
| 20 | return $flux; |
|---|
| 21 | } |
|---|
| 22 | function template_header_prive($flux){ |
|---|
| 23 | return $flux; |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | ?> |
|---|