| 352 | | 'pipelinecode:pre_description_outil' => 'if($flux["outil"]=="cs_comportement") $flux["texte"]=str_replace(array("@_CS_DIR_TMP@","@_CS_FILE_OPTIONS@"), |
| 353 | | array(cs_canonicalize(_DIR_RESTREINT_ABS._DIR_TMP),show_file_options()),$flux["texte"]);', |
| | 352 | 'pipelinecode:pre_description_outil' => 'if($flux["outil"]=="cs_comportement") { |
| | 353 | $tmp=(!%%spip_options_on%%||!$flux["actif"]||defined("_CS_SPIP_OPTIONS_OK"))?"":"<span style=\"color:red\">"._T("couteauprive:cs_spip_options_erreur")."</span>"; |
| | 354 | $flux["texte"]=str_replace(array("@_CS_FILE_OPTIONS_ERR@","@_CS_DIR_TMP@","@_CS_FILE_OPTIONS@"), |
| | 355 | array($tmp,cs_canonicalize(_DIR_RESTREINT_ABS._DIR_TMP),show_file_options()),$flux["texte"]); |
| | 356 | }', |