Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/main/template/default/social/groups.html.twig

10 lines
254 B

{% extends '@ChamiloCore/Layout/layout_one_col.html.twig' %}
{% import '@ChamiloCore/Macros/box.html.twig' as macro %}
{% block content %}
{% autoescape false %}
<div class="row">
{{ social_right_content }}
</div>
{% endautoescape %}
{% endblock %}