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

28 lines
549 B

<?php
require ('../inc/global.inc.php');
define('FRAME','footer');
echo '<html><head><style>';
if(api_get_setting('stylesheets')!=""){
$css=api_get_setting('stylesheets');
}
else{
$css='default';
}
echo '@import "'.api_get_path(WEB_CODE_PATH).'css/'.$css.'/default.css'.'";';
echo '</style></head><body><br>';
/*
==============================================================================
FOOTER
==============================================================================
*/
Display::display_footer();
?>