Changeset 5754 in spip-zone
- Timestamp:
- Sep 28, 2006, 1:48:08 PM (15 years ago)
- Location:
- _plugins_/_dev_/rangement_plugs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/rangement_plugs/pipelines_rangement_plugs.php
r5744 r5754 39 39 } 40 40 41 function rangement_plugs_header_prive($flux) { 42 $exec = _request('exec'); 43 if ($exec == "rangement_plugin") { 44 $flux .= '<link rel="stylesheet" type="text/css" href="../'._DIR_PLUGIN_RANGEMENT_PLUGS.'/../img_pack/rangement_plugs.css">'; 45 } 46 return $flux; 47 } 48 41 49 ?> -
_plugins_/_dev_/rangement_plugs/plugin.xml
r5737 r5754 29 29 <inclure>pipelines_rangement_plugs.php</inclure> 30 30 </pipeline> 31 <pipeline> 32 <nom>header_prive</nom> 33 <inclure>pipelines_rangement_plugs.php</inclure> 34 </pipeline> 31 35 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.