Changeset 51660 in spip-zone
- Timestamp:
- Sep 21, 2011, 3:10:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/basecss/basecss_pipelines.php
r46641 r51660 25 25 */ 26 26 function basecss_insert_head($flux){ 27 $flux .= "<"."?php header(\"X-Spip-Filtre: basecss_pied_de_biche\"); ?".">"; 27 if (!test_plugin_actif('Zcore')){ 28 $flux .= "<"."?php header(\"X-Spip-Filtre: basecss_pied_de_biche\"); ?".">"; 29 } 28 30 return $flux; 29 31 } 32 30 33 ?>
Note: See TracChangeset
for help on using the changeset viewer.