Code: Alles auswählen
/* The root server path to the contenido backend */
$cfg['path']['contenido']               = 'C:/xampp/htdocs/Kallenbrunnen/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml']      = 'http://localhost/kallenbrunnen/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend']                = 'C:/xampp/htdocs/Kallenbrunnen';
/* The root server path to the conlib directory */
$cfg['path']['phplib']                  = 'C:/xampp/htdocs/Kallenbrunnen/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear']                    = 'C:/xampp/htdocs/Kallenbrunnen/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg']                 = 'C:/xampp/htdocs/Kallenbrunnen/contenido/external/wysiwyg/tinymce3/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html']            = 'http://localhost/kallenbrunnen/contenido/external/wysiwyg/tinymce3/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg']                 = 'C:/xampp/htdocs/Kallenbrunnen/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html']            = 'http://localhost/kallenbrunnen/contenido/external/wysiwyg/';

Die Pfade sollten so doch alle stimmen, oder?
