dolibarr/htdocs/theme/md/progress.inc.php

10 lines
228 B
PHP
Raw Permalink Normal View History

2024-09-06 20:28:06 +08:00
<?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" > */