Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 23... Línea 23...
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
25
require_once("../../config.php");
25
require_once("../../config.php");
Línea 26... Línea -...
26
require_once("lib.php");
-
 
27
 
-
 
28
$current_tab = 'analysis';
26
require_once("lib.php");
Línea 29... Línea 27...
29
 
27
 
30
$id = required_param('id', PARAM_INT);  // Course module id.
28
$id = required_param('id', PARAM_INT);  // Course module id.
Línea 45... Línea 43...
45
}
43
}
Línea 46... Línea 44...
46
 
44
 
Línea 47... Línea 45...
47
/// Print the page header
45
/// Print the page header
-
 
46
 
48
 
47
$PAGE->set_heading($course->fullname);
-
 
48
 
-
 
49
$renderer = $PAGE->get_renderer('mod_feedback');
-
 
50
$renderer->set_title(
-
 
51
    [format_string($feedback->name), format_string($course->fullname)],
-
 
52
    get_string('analysis', 'feedback')
49
$PAGE->set_heading($course->fullname);
53
);
50
$PAGE->set_title($feedback->name);
54
 
51
$PAGE->activityheader->set_attrs([
55
$PAGE->activityheader->set_attrs([
52
    'hidecompletion' => true,
56
    'hidecompletion' => true,
53
    'description' => ''
57
    'description' => ''