Changeset 592
- Timestamp:
- 2007-07-30 13:05:43 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/extensions/FCKeditor/FCKeditor.php
r582 r592 26 26 */ 27 27 28 error_reporting(E_ALL | E_NOTICE);29 ini_set("display_errors", 1);30 31 28 require_once $IP . "/includes/GlobalFunctions.php"; 32 29 require_once $IP . "/includes/ParserOptions.php"; … … 42 39 $wgFCKEditorToolbarSet = "Wiki"; 43 40 $wgFCKEditorHeight = "600"; 44 $wgFCKEditorAllow_a_tags = true; // <a> </a> : Set this to true if you want to use the **external** link generator of the FCKeditor.45 $wgFCKEditorAllow_img_tags = true; // <img /> : Set this to true if you want to use the file browser and/or the smilies of the FCKeditor.46 41 47 42 /**