diff --git a/main/inc/lib/fckeditor/fcktemplates.xml.php b/main/inc/lib/fckeditor/fcktemplates.xml.php index 602862d292..14d27e44af 100644 --- a/main/inc/lib/fckeditor/fcktemplates.xml.php +++ b/main/inc/lib/fckeditor/fcktemplates.xml.php @@ -160,10 +160,8 @@ function load_personal_templates($user_id=0) { if (!empty($row['image'])) { $image = api_get_path(WEB_CODE_PATH).'upload/template_thumbnails/'.$row['image']; - } - else - { - $image = api_get_path(WEB_CODE_PATH).'inc/lib/fckeditor/editor/dialog/fck_template/images/noimage.gif'; + } else { + $image = api_get_path(WEB_PATH).'home/default_platform_document/empty.gif'; }