root/_plugins_/plugin_template/template_pipelines_public.php

Revision 4365, 185 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
3function template_affichage_final($flux){
4    return $flux;
5}
6
7function template_insert_head($flux){
8    return $flux;
9}
10
11function template_rendu_evenement($flux){
12    return $flux;
13}
14
15?>
Note: See TracBrowser for help on using the browser.