|
@@ -229,6 +229,14 @@ function load_empty_template() {
|
|
|
function load_student_templates() {
|
|
|
$fckeditor_template_path='/main/inc/lib/fckeditor/editor/dialog/fck_template/images/';
|
|
|
?>
|
|
|
+ <Template title="Empty" image="<?php echo api_get_path(WEB_PATH).'home/default_platform_document/template_thumb/empty.gif'; ?>">
|
|
|
+ <Description></Description>
|
|
|
+ <Html>
|
|
|
+ <![CDATA[
|
|
|
+
|
|
|
+ ]]>
|
|
|
+ </Html>
|
|
|
+ </Template>
|
|
|
<Template title="Image and Title" image="<?php echo api_get_path(WEB_PATH).$fckeditor_template_path.'template1.gif';?>">
|
|
|
<Description>One main image with a title and text that surround the image.</Description>
|
|
|
<Html>
|