Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 110... Línea 110...
110
            'fontfiles',
110
            'fontfiles',
111
            'customsignupoutside',
111
            'customsignupoutside',
112
            'topbaradditionalbtn',
112
            'topbaradditionalbtn',
113
            'topbaradditionalbtnurl',
113
            'topbaradditionalbtnurl',
114
            'istab2active',
114
            'istab2active',
-
 
115
            'disabletab1',
115
            'darkmodefirst',
116
            'darkmodefirst',
116
            'customalertid',
117
            'customalertid',
117
            'customalert',
118
            'customalert',
-
 
119
            'customalertid',
118
            'darkmodetheme',
120
            'darkmodetheme',
119
            'footercustomcss',
121
            'footercustomcss',
120
            'showfooterbuttons',
122
            'showfooterbuttons',
121
            'showbasicinfolist',
123
            'showbasicinfolist',
122
            'footerblock1hr',
124
            'footerblock1hr',
Línea 130... Línea 132...
130
            'mobile',
132
            'mobile',
131
            'mail',
133
            'mail',
132
            'cwebsiteurl',
134
            'cwebsiteurl',
133
            'navbarlogobox',
135
            'navbarlogobox',
134
            'footerfw',
136
            'footerfw',
135
            'courseimagefw'
137
            'courseimagefw',
-
 
138
            'showcoursefilter',
-
 
139
            'showcatbtnlabel',
-
 
140
            'showlangfilter',
-
 
141
            'showteachersfilter',
-
 
142
            'showfilter1',
-
 
143
            'showfilter2',
-
 
144
            'showfilter3',
-
 
145
            'showfilter4',
-
 
146
            'showfilter5',
-
 
147
            'showfilter6',
-
 
148
            'customfilter1',
-
 
149
            'customfilter2',
-
 
150
            'customfilter3',
-
 
151
            'customfilter4',
-
 
152
            'customfilter5',
-
 
153
            'customfilter6'           
136
        ];
154
        ];
Línea 137... Línea 155...
137
 
155
 
138
        foreach ($elements as $setting) {
156
        foreach ($elements as $setting) {
139
            $templatecontext[$setting] = $this->$setting;
157
            $templatecontext[$setting] = $this->$setting;
Línea 176... Línea 194...
176
    public function course_settings() {
194
    public function course_settings() {
177
        $templatecontext = [];
195
        $templatecontext = [];
Línea 178... Línea 196...
178
 
196
 
179
        $elements = [
197
        $elements = [
180
            'coursetablayout',
198
            'coursetablayout',
-
 
199
            'cccteacherslist',
181
            'cccteacherslist'
200
            'coursecoverstyle'
Línea 182... Línea 201...
182
        ];
201
        ];
183
 
202
 
184
        foreach ($elements as $setting) {
203
        foreach ($elements as $setting) {