|
|
|
@ -5,11 +5,8 @@ |
|
|
|
|
* @author Christian Fasanando <christian1827@gmail.com> |
|
|
|
|
* @package chamilo.dashboard |
|
|
|
|
*/ |
|
|
|
|
/** |
|
|
|
|
* Init |
|
|
|
|
*/ |
|
|
|
|
// name of the language file that needs to be included |
|
|
|
|
$language_file = array ('index', 'tracking', 'userInfo', 'admin', 'gradebook'); |
|
|
|
|
$language_file = array('index', 'tracking', 'userInfo', 'admin', 'gradebook'); |
|
|
|
|
$cidReset = true; |
|
|
|
|
|
|
|
|
|
// including files |
|
|
|
@ -45,7 +42,6 @@ $htmlHeadXtra[] = $dashboar_plugin_styles; |
|
|
|
|
// course description controller object |
|
|
|
|
$dashboard_controller = new DashboardController(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (isset($_GET['path'])) { |
|
|
|
|
$path = $_GET['path']; |
|
|
|
|
} |
|
|
|
|