<?php 
// chemin vers les param de l'admin pour les variables $EDITOR_path
include_once($DOCUMENT_ROOT.'/admin/gestAdmin/include/param.inc');

	GLOBAL $dossierFCK;
	$dossierFCK = "http://".$_SERVER['SERVER_NAME'].$EDITOR_path;
	GLOBAL $width_frame_editor;
	$width_frame_editor="700";
	GLOBAL $height_frame_editor;
	$height_frame_editor="600";
	
	// choix du style xml et de la css 
	// par défaut pour le site : 0 pour la newsletter : 1
	$StylesXmlPath[0] = "/admin/FCKeditor/adminConfig/fckstyle_site.xml"; 
 	$EditorAreaCSS[0] = "/css/style.php"; 
 	$TemplateXmlPath[0] = "/admin/FCKeditor/fcktemplate.xml"; 
 	$StylesXmlPath[1] = "/admin/FCKeditor/adminConfig/fckstyle_site.xml"; //"/admin/FCKeditor/adminConfig/fckstyle_newsletter.xml"; 
 	$EditorAreaCSS[1] = "/css/style.php";
 	$TemplateXmlPath[0] = "/admin/FCKeditor/fcktemplate.xml"; 
?>