root/_plugins_/plugin_template/template_pipelines_cron.php
| Revision 4365, 256 bytes (checked in by cedric@…, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | function template_pre_indexation($flux){ |
| 4 | return $flux; |
| 5 | } |
| 6 | |
| 7 | function template_pre_syndication($flux){ |
| 8 | return $flux; |
| 9 | } |
| 10 | |
| 11 | function template_post_syndication($flux){ |
| 12 | return $flux; |
| 13 | } |
| 14 | |
| 15 | function template_taches_generales_cron($flux){ |
| 16 | return $flux; |
| 17 | } |
| 18 | |
| 19 | |
| 20 | ?> |
Note: See TracBrowser
for help on using the browser.
