Changeset 31726 in spip-zone
- Timestamp:
- Sep 22, 2009, 12:25:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/couteau_suisse/outils/en_travaux_options.php
r31682 r31726 61 61 . http_img_pack('warning-24.gif', _T('info_travaux_titre'), 'align="absmiddle"') 62 62 . ' '. _T('info_travaux_titre') . '</div>'; 63 if (!$pos = str ipos($flux, '</body>')) $pos = strlen($flux);63 if (!$pos = strpos($flux, '</body>')) $pos = strlen($flux); 64 64 return substr_replace($flux, $res, $pos, 0); 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.