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/chat/chat_footer.php

19 lines
431 B

<?php
require ('../inc/global.inc.php');
echo '<html><head><style>';
echo '@import "'.api_get_path(WEB_CODE_PATH).'css/'.api_get_setting('stylesheets').'/default.css'.'";';
echo '</style></head><body>';
/*
==============================================================================
FOOTER
==============================================================================
*/
Display::display_footer();
?>