Proyectos de Subversion Moodle

Rev

Rev 912 | Rev 914 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 912 Rev 913
Línea 13... Línea 13...
13
 
13
 
14
    You should have received a copy of the GNU General Public License
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
16
}}
17
{{!
17
{{!
Línea 18... Línea 18...
18
    @template theme_universe_child/courseindex/courseindex
18
    @template theme_universe/courseindex/courseindex
Línea 19... Línea 19...
19
 
19
 
20
    Displays the course index.
20
    Displays the course index.
Línea 99... Línea 99...
99
    }
99
    }
Línea 100... Línea 100...
100
 
100
 
101
}}
101
}}
102
<div id="course-index" class="courseindex {{#editmode}} editing {{/editmode}}" role="tree">
102
<div id="course-index" class="courseindex {{#editmode}} editing {{/editmode}}" role="tree">
103
    {{#sections}}
103
    {{#sections}}
104
    {{> theme_universe_child/courseindex/section }}
104
    {{> theme_universe/courseindex/section }}
105
    {{/sections}}
105
    {{/sections}}
106
</div>
106
</div>
107
{{#js}}
107
{{#js}}
108
require(['theme_universe_child/courseindex/courseindex'], function(component) {
108
require(['theme_universe/courseindex/courseindex'], function(component) {
109
    component.init('course-index');
109
    component.init('course-index');
110
});
110
});