Minor - changing headers

skala
Julio Montoya 15 years ago
parent c39029b5e9
commit 446adf348a
  1. 4
      main/newscorm/blank.php
  2. 4
      main/newscorm/learnpath.class.php
  3. 8
      main/newscorm/lp_content.php

@ -1,8 +1,8 @@
<?php //$id: $
/* For licensing terms, see /chamilo_license.txt */
/* For licensing terms, see /license.txt */
/**
* Script that displays a blank page (with later a message saying why)
* @package dokeos.learnpath
* @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org>
*/

@ -1,5 +1,5 @@
<?php
/* For licensing terms, see /dokeos_license.txt */
/* For licensing terms, see /license.txt */
/**
* This (abstract?) class defines the parent attributes and methods for the dokeos learnpaths and scorm
@ -10,7 +10,7 @@
*/
/**
* Defines the learnpath parent class
* @package dokeos.learnpath
* @package chamilo.learnpath
*/
class learnpath {

@ -1,12 +1,10 @@
<?php //$id: $
<?php
/* For licensing terms, see /license.txt */
/**
* Script that displays an error message when no content could be loaded
* @package dokeos.learnpath
* @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org>
*/
/**
* Nothing very interesting
*/
// including the global file
require_once '../inc/global.inc.php';

Loading…
Cancel
Save