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/main/template/default/layout/footer.tpl

34 lines
705 B

<div id="footer"> <!-- start of #footer section -->
<div id="bottom_corner"></div>
<div class="copyright">
{if $show_administrator_data == 'true'}
{* Platform manager *}
<div align="right">
{$administrator_data}
</div>
{/if}
<div align="right">
{$platform}
</div>
</div> {* //copyright div *}
<div class="footer_emails">
{* Plugins for footer section *}
<div id="plugin-footer">
{$plugin_footer}
</div>
<div style="clear:both"></div>
</div>
</div> <!-- end of #footer -->
{literal}
<script>
$(document).ready( function() {
$(".chzn-select").chosen();
});
</script>
{/literal}
{$execution_stats}