Author: fil@rezo.net
Date: Fri Jul 21 23:34:57 2006
New Revision: 4138
Log:
lightbox_v1 dans l'espace prive'
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:34:57 2006
@@ -7,5 +7,7 @@
.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:34:57 2006
@@ -20,5 +20,7 @@
<pipeline>
<nom>insert_head</nom>
<inclure>head.php</inclure>
+ <nom>body_prive</nom>
+ <inclure>head.php</inclure>
</pipeline>
</plugin>
\ No newline at end of file