mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
16 lines
324 B
PHP
16 lines
324 B
PHP
<?php
|
|
/* Copyright (C) 2025 MDW <mdeweerd@users.noreply.github.com>
|
|
*/
|
|
if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|
die('Must be call by steelsheet');
|
|
}
|
|
|
|
/**
|
|
* @var string $path
|
|
*/
|
|
'
|
|
@phan-var-force string $path
|
|
';
|
|
|
|
include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme
|