Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 129... Línea 129...
129
        global $OUTPUT;
129
        global $OUTPUT;
Línea 130... Línea 130...
130
 
130
 
131
        $data = (object) [
131
        $data = (object) [
132
            'pluginbaseurl' => (new moodle_url('/admin/tool/policy'))->out(false),
132
            'pluginbaseurl' => (new moodle_url('/admin/tool/policy'))->out(false),
133
            'haspermissionagreedocs' => $this->haspermissionagreedocs,
133
            'haspermissionagreedocs' => $this->haspermissionagreedocs,
134
            'supportemail' => $OUTPUT->supportemail(['class' => 'font-weight-bold'])
134
            'supportemail' => $OUTPUT->supportemail(['class' => 'fw-bold'])
Línea 135... Línea 135...
135
        ];
135
        ];
136
 
136
 
137
        // Get the messages to display.
137
        // Get the messages to display.