Changeset 84024 in spip-zone
- Timestamp:
- Aug 4, 2014, 10:58:17 PM (7 years ago)
- Location:
- _plugins_/switcher/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/switcher/trunk/head.php
r84023 r84024 13 13 return $flux; 14 14 } 15 function switcher_insert_head($flux){16 $flux .= switcher_insert_head_css($flux); // au cas ou il n'est pas implemente17 return $flux;18 } -
_plugins_/switcher/trunk/paquet.xml
r84020 r84024 17 17 18 18 <pipeline nom="affichage_final" inclure="switcher_fonctions.php" /> 19 <pipeline nom="insert_head" inclure="head.php" />20 19 <pipeline nom="insert_head_css" inclure="head.php" /> 21 20 -
_plugins_/switcher/trunk/plugin.xml
r84023 r84024 33 33 <pipeline> 34 34 <nom>insert_head</nom> 35 <action>insert_head_css</action> 35 36 <inclure>head.php</inclure> 36 37 </pipeline>
Note: See TracChangeset
for help on using the changeset viewer.