Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
59 lines
2.1 KiB
Smarty
59 lines
2.1 KiB
Smarty
<div class="container">
|
|
{% if plugin_pre_footer is not null %}
|
|
<div id="plugin_pre_footer">
|
|
{{ plugin_pre_footer }}
|
|
</div>
|
|
{% endif %}
|
|
<section class="sub-footer">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-md-4">
|
|
{% if session_teachers is not null %}
|
|
<div class="session-teachers">
|
|
{{ session_teachers }}
|
|
</div>
|
|
{% endif %}
|
|
{% if teachers is not null %}
|
|
<div class="teachers">
|
|
{{ teachers }}
|
|
</div>
|
|
{% endif %}
|
|
{% if plugin_footer_left is not null %}
|
|
<div id="plugin_footer_left">
|
|
{{ plugin_footer_left }}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
<div class="col-xs-12 col-md-4">
|
|
{% if plugin_footer_center is not null %}
|
|
<div id="plugin_footer_center">
|
|
{{ plugin_footer_center }}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
<div class="col-xs-12 col-md-4 text-right">
|
|
{% if administrator_name is not null %}
|
|
<div class="administrator-name">
|
|
{{ administrator_name }}
|
|
</div>
|
|
{% endif %}
|
|
{% if _s.software_name is not empty %}
|
|
<div class="software-name">
|
|
<a href="{{_p.web}}" target="_blank">
|
|
{{ "PoweredByX" |get_lang | format(_s.software_name) }}
|
|
</a>© {{ "now"|date("Y") }}
|
|
</div>
|
|
{% endif %}
|
|
{% if plugin_footer_right is not null %}
|
|
<div id="plugin_footer_right">
|
|
{{ plugin_footer_right }}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
{% if footer_extra_content %}
|
|
{{ footer_extra_content }}
|
|
{% endif %}
|
|
</section>
|
|
</div>
|
|
|
|
{{ execution_stats }} |