mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +01:00
10 lines
228 B
PHP
10 lines
228 B
PHP
<?php
|
|
if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|
die('Must be call by steelsheet');
|
|
}
|
|
|
|
include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme
|
|
|
|
?>
|
|
/* <style type="text/css" > */
|