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.
20 lines
431 B
20 lines
431 B
|
19 years ago
|
<?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();
|
||
|
|
|
||
|
|
?>
|