[SPIP] ~maj v2.1.25-->2.1.26
[velocampus/web/www.git] / www / plugins / auto / couteau_suisse / couteau_suisse / outils / set_options.php
1 <?php
2 function set_options_header_prive($flux) {
3 return $flux. <<<JAVASCRIPT
4 <script type="text/javascript"><!--
5 // des que le DOM est pret...
6 if (window.jQuery) jQuery(document).ready(function(){
7 if (jQuery('a.icone26').length) {
8 jQuery("#displayfond").hide();
9 jQuery("a.icone26[@href*=set_options]").hide();
10 }
11 });
12 //--></script>
13 JAVASCRIPT;
14 }
15 ?>