Proyectos de Subversion Moodle

Rev

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

Rev 914 Rev 918
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/courseindex/drawer
18
    @template theme_universe_child/courseindex/drawer
Línea 19... Línea 19...
19
 
19
 
20
    This template renders the course index drawer with the placeholder.
20
    This template renders the course index drawer with the placeholder.
Línea 29... Línea 29...
29
    <div id="courseindex-content">
29
    <div id="courseindex-content">
30
        {{> theme_universe_child/courseindex/placeholders }}
30
        {{> theme_universe_child/courseindex/placeholders }}
31
    </div>
31
    </div>
32
</nav>
32
</nav>
33
{{#js}}
33
{{#js}}
34
require(['theme_universe/courseindex/drawer'], function(component) {
34
require(['core_courseformat/local/courseindex/drawer'], function(component) {
35
    component.init('courseindex');
35
    component.init('courseindex');
36
});
36
});
37
{{/js}}
37
{{/js}}