Minor: Added docblock

skala
Yannick Warnier 12 years ago
parent f01393c982
commit 2ef331d74d
  1. 6
      main/timeline/index.php

@ -1,10 +1,12 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
@author Julio Montoya <gugli100@gmail.com> BeezNest 2011 * @author Julio Montoya <gugli100@gmail.com> BeezNest 2011
* @package chamilo.timeline * @package chamilo.timeline
*/ */
/**
* Init
*/
// name of the language file that needs to be included // name of the language file that needs to be included
$language_file = array ('registration','admin'); $language_file = array ('registration','admin');
require_once '../inc/global.inc.php'; require_once '../inc/global.inc.php';

Loading…
Cancel
Save