- Timestamp:
- 04/20/06 09:59:17 (3 years ago)
- Files:
-
- trunk/lib/helper/FormHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/helper/FormHelper.php
r1227 r1240 350 350 } 351 351 352 if (isset($options['config'])) 353 { 354 $fckeditor->Config['CustomConfigurationsPath'] = javascript_path($options['config']); 355 } 356 352 357 $content = $fckeditor->CreateHtml(); 353 358