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

16 lines
324 B
PHP
Raw Permalink Normal View History

2019-08-11 09:46:40 +02:00
<?php
2025-02-19 12:25:06 +01:00
/* Copyright (C) 2025 MDW <mdeweerd@users.noreply.github.com>
*/
2021-02-26 13:31:09 +01:00
if (!defined('ISLOADEDBYSTEELSHEET')) {
die('Must be call by steelsheet');
}
2019-08-11 09:46:40 +02:00
2025-02-19 12:25:06 +01:00
/**
* @var string $path
*/
'
@phan-var-force string $path
';
2019-08-11 09:46:40 +02:00
include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme