dokeos-configuration
[ class tree: dokeos-configuration ] [ index: dokeos-configuration ] [ all elements ]

Source for file course_info.conf.php

Documentation is available at course_info.conf.php

  1. <?php
  2. /*
  3. ==============================================================================
  4.     Dokeos - elearning and course management software
  5.  
  6.     Copyright (c) 2008 Dokeos SPRL
  7.  
  8.     For a full list of contributors, see "credits.txt".
  9.     The full license can be read in "license.txt".
  10.  
  11.     This program is free software; you can redistribute it and/or
  12.     modify it under the terms of the GNU General Public License
  13.     as published by the Free Software Foundation; either version 2
  14.     of the License, or (at your option) any later version.
  15.  
  16.     See the GNU General Public License for more details.
  17.  
  18.     Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
  19.     Mail: info@dokeos.com
  20. ==============================================================================
  21. */
  22.  
  23. /**
  24. ==============================================================================
  25. *    This file holds the configuration constants and variables
  26. *    for the course info tool.
  27. *
  28. *    @package dokeos.configuration
  29. ==============================================================================
  30. */
  31.  
  32. $course_info_is_editable true;
  33. /*
  34. //if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs");
  35. $showLinkToExportThisCourse = TRUE;
  36. $showLinkToBackupThisCourse = TRUE;
  37. $showLinkToRecycleThisCourse = TRUE;
  38. $showLinkToRestoreCourse    = TRUE;
  39. $showLinkToCopyThisCourse     = TRUE; 
  40. */
  41. // If true, these fileds  keep the previous content.
  42. /*
  43. $canBeEmpty["screenCode"]     = FALSE;
  44. $canBeEmpty["course_title"]             = FALSE;
  45. $canBeEmpty["course_category"]         = TRUE;
  46. $canBeEmpty["description"]     = TRUE;
  47. $canBeEmpty["visibility"]    = FALSE;
  48. $canBeEmpty["titulary"]     = FALSE;
  49. $canBeEmpty["course_language"]= FALSE;
  50. $canBeEmpty["department_name"]    = TRUE;
  51. $canBeEmpty["department_url"]     = TRUE;
  52. */
  53.  
  54. $showDiskQuota                                    TRUE;
  55. //$showDiskUse                                    = TRUE;
  56. //$showLinkToChangeDiskQuota                    = TRUE;
  57. $showExpirationDate                             TRUE;
  58. $showCreationDate                                 TRUE;
  59. $showLastEdit                                     TRUE;
  60. $showLastVisit                                     TRUE;
  61. $canReportExpirationDate                         TRUE// need to be true 
  62.                                                         // if ScriptToReportExpirationDate 
  63.                                                         // is not automaticly called
  64. //$linkToChangeDiskQuota                        = "changeQuota.php";
  65. $urlScriptToReportExpirationDate                 "postpone.php"// external script to postpone the expiration of course.
  66. ?>

Documentation generated on Thu, 12 Jun 2008 08:40:57 -0500 by phpDocumentor 1.4.1