Code Search for Developers
 
 
  

course_info.conf.php from pointcarre at Krugle


Show course_info.conf.php syntax highlighted

<?php // $Id $
/**
==============================================================================
*	This file holds the configuration constants and variables
*	for the course info tool.
*
*	@package dokeos.configuration
==============================================================================
*/

$course_info_is_editable = true;

//if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs");
$showLinkToDeleteThisCourse = TRUE;
$showLinkToExportThisCourse = TRUE;
$showLinkToBackupThisCourse = TRUE;
$showLinkToRecycleThisCourse = TRUE;
$showLinkToRestoreCourse	= TRUE;

// If true, these fileds  keep the previous content.
$canBeEmpty["screenCode"] 	= FALSE;
$canBeEmpty["course_title"] 			= FALSE;
$canBeEmpty["course_category"] 		= TRUE;
$canBeEmpty["description"] 	= TRUE;
$canBeEmpty["visibility"]	= FALSE;
$canBeEmpty["titulary"] 	= FALSE;
$canBeEmpty["course_language"]= FALSE;
$canBeEmpty["department_name"]	= TRUE;
$canBeEmpty["department_url"] 	= TRUE;

$showDiskQuota									= TRUE;
$showDiskUse									= TRUE;
$showLinkToChangeDiskQuota						= TRUE;
$showExpirationDate 							= TRUE;
$showCreationDate 								= TRUE;
$showLastEdit 									= TRUE;
$showLastVisit 									= TRUE;
$canReportExpirationDate 						= TRUE; // need to be true 
														// if ScriptToReportExpirationDate 
														// is not automaticly called
$linkToChangeDiskQuota							= "changeQuota.php";
$urlScriptToReportExpirationDate 				= "postpone.php"; // external script to postpone the expiration of course.
?>




See more files for this project here

pointcarre

Pointcarre - a learning management system based on the Dokeos community releases. No fork, but containing locally developed extensions, features not (yet) in the standard release, integrated plugins...

Project homepage: http://sourceforge.net/projects/pointcarre
Programming language(s): PHP
License: other

  add_course.conf.php
  claro_main.conf.php.dist
  course_info.conf.php
  index.html
  mail.conf.php
  profile.conf.inc.php