Changeset 29443 for _plugins_/crayons
- Timestamp:
- 27.06.2009 23:09:36 (8 months ago)
- Files:
-
- 1 modified
-
_plugins_/crayons/action/crayons_html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/crayons/action/crayons_html.php
r28985 r29443 290 290 include_spip('inc/barre'); 291 291 $input = "<div style='width:".$this->largeur."px;height:23px;'>" 292 . afficher_barre("document.getElementById('$id')") 292 . (function_exists('afficher_barre') 293 ? afficher_barre("document.getElementById('$id')") 294 : '') 293 295 . '</div>' 294 296 . $input;
