Changeset 31543 in spip-zone
- Timestamp:
- Sep 13, 2009, 10:04:08 AM (11 years ago)
- Location:
- _plugins_/vu/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/vu/trunk/plugin.xml
r31541 r31543 55 55 </pipeline> 56 56 57 <pipeline> 58 <nom>insert_head</nom> 59 <inclure>vu_pipelines.php</inclure> 60 </pipeline> 61 57 62 <!-- Pipeline : entete des pages de l'espace prive --> 58 63 <pipeline> -
_plugins_/vu/trunk/vu_pipelines.php
r31541 r31543 1 1 <?php 2 2 3 4 function vu_header_prive($flux){ 5 $flux = vu_insert_head($flux); 6 return $flux; 7 } 8 3 9 // Pipeline. Pour l'entete des pages de l'espace prive 4 function vu_ header_prive($flux)10 function vu_insert_head($flux) 5 11 { 6 12 // Insertion dans l'entete des pages 'vu' d'un appel la feuille de style dediee
Note: See TracChangeset
for help on using the changeset viewer.