root/_plugins_/plugin_template/template_pipelines_public.php
| Revision 4365, 185 bytes (checked in by cedric@…, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | function template_affichage_final($flux){ |
| 4 | return $flux; |
| 5 | } |
| 6 | |
| 7 | function template_insert_head($flux){ |
| 8 | return $flux; |
| 9 | } |
| 10 | |
| 11 | function template_rendu_evenement($flux){ |
| 12 | return $flux; |
| 13 | } |
| 14 | |
| 15 | ?> |
Note: See TracBrowser
for help on using the browser.
