Browse Source

[svn r18305] config button bar: introduction tool

Juan Carlos Raña 16 years ago
parent
commit
2f1733c6a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/course_home/course_home.php

+ 2 - 2
main/course_home/course_home.php

@@ -1,4 +1,4 @@
-<?php // $Id: course_home.php 18115 2009-02-01 11:56:07Z ivantcholakov $
+<?php // $Id: course_home.php 18305 2009-02-06 21:30:19Z herodoto $
 
 /*
 ==============================================================================
@@ -181,7 +181,7 @@ $reqdate="&reqdate=$temps";
 
 $fck_attribute['Width'] = '100%';
 $fck_attribute['Height'] = '400';
-$fck_attribute['ToolbarSet'] = 'Full';
+$fck_attribute['ToolbarSet'] = 'Introduction';
 
 // A special case, some default settings do not fit. These settings should stay.
 $fck_attribute['Config']['CreateDocumentWebDir'] = api_get_path('WEB_COURSE_PATH').api_get_course_path().'/document/';