root/_plugins_/plugin_template/template_pipelines_admin.php

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
4function template_affiche_droite($flux){
5    return $flux;
6}
7function template_affiche_gauche($flux){
8    return $flux;
9}
10function template_affiche_milieu($flux){
11    return $flux;
12}
13function template_ajouter_boutons($flux){
14    return $flux;
15}
16function template_body_prive($flux){
17    return $flux;
18}
19function template_exec_init($flux){
20    return $flux;
21}
22function template_header_prive($flux){
23    return $flux;
24}
25
26
27?>
Note: See TracBrowser for help on using the browser.