[SPIP Zone] r4139 - in /_plugins_/lightbox_v1: head.php plugin.xml

Author: cedric@yterium.com
Date: Fri Jul 21 23:42:11 2006
New Revision: 4139

Log:
une seule fonction pour la beauté du geste ...

Modified:
    _plugins_/lightbox_v1/head.php
    _plugins_/lightbox_v1/plugin.xml

Modified: _plugins_/lightbox_v1/head.php

--- _plugins_/lightbox_v1/head.php (original)
+++ _plugins_/lightbox_v1/head.php Fri Jul 21 23:42:11 2006
@@ -7,7 +7,5 @@
       .generer_url_public('lightbox_css')."' type='text/css' media='all' />\n";
     return $flux;
   }
- function Lightbox_v1_body_prive($flux){
- return Lightbox_v1_insert_head($flux);
- }
+
?>
\ No newline at end of file

Modified: _plugins_/lightbox_v1/plugin.xml

--- _plugins_/lightbox_v1/plugin.xml (original)
+++ _plugins_/lightbox_v1/plugin.xml Fri Jul 21 23:42:11 2006
@@ -20,7 +20,10 @@
   <pipeline>
     <nom>insert_head</nom>
     <inclure>head.php</inclure>
- <nom>body_prive</nom>
- <inclure>head.php</inclure>
+ </pipeline>
+ <pipeline>
+ <nom>header_prive</nom>
+ <action>insert_head</action>
+ <nom>header_prive</nom>
   </pipeline>
</plugin>
\ No newline at end of file