[svn r18305] config button bar: introduction tool

skala
Juan Carlos Raña 17 years ago
parent 0a2b70fcdb
commit 2f1733c6a8
  1. 4
      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['Width'] = '100%';
$fck_attribute['Height'] = '400'; $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. // 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/'; $fck_attribute['Config']['CreateDocumentWebDir'] = api_get_path('WEB_COURSE_PATH').api_get_course_path().'/document/';

Loading…
Cancel
Save