minor update

skala
Laurent Opprecht 14 years ago
parent b631aa2b5d
commit bc745470fb
  1. 5
      main/inc/lib/chamilo.class.php

@ -62,6 +62,11 @@ class Chamilo
{
return api_get_path(SYS_PATH);
}
public static function root_courses()
{
return api_get_path(SYS_COURSE_PATH);
}
public static function path($path = '')
{

Loading…
Cancel
Save