'#description'=>t('Path to the CKEditor skins directory relative to the document root.').
'<br />'.
t('Available placeholders:<br /><code>%b</code> – path of the Drupal installation (<code>@base</code>) <br /><code>%m</code> – the base URL path where the CKEditor module is stored (<code>@module</code>).<br /><code>%l</code> – the base URL path to the libraries directory (<code>@library</code>)',array(
'#description'=>t('The path to the local directory (on the server) that points to the path defined above. Enter either an absolute server path or a path relative to the <code>index.php</code> file. If left empty, the CKEditor module will try to find the right path.').
$err_msg=t('When using the CKEditor CDN and a skin other than @skin_string, the <strong>skin.js</strong> file must be accessible locally. To fix this issue, download the skin from <a href="@url">CKEditor Addons</a>, extract skin.js, and place the file in the sub-directory named for the selected skin (for example: <em>@skin_js</em>).',array(
'@skin_string'=>$default_skin_string,
'@url'=>'http://ckeditor.com/addons/skins/all',
'@skin_js'=>$skin_js_relative,
));
form_set_error('ckeditor_skins_path',$err_msg);
}
}
}
}
/**
@@ -513,6 +617,16 @@ function ckeditor_admin_global_profile_form_submit($form, &$form_state) {