dolibarr 22.0.5
progress.inc.php
1<?php
2/* Copyright (C) 2025 MDW <mdeweerd@users.noreply.github.com>
3 */
4if (!defined('ISLOADEDBYSTEELSHEET')) {
5 die('Must be call by steelsheet');
6}
7
11'
12@phan-var-force string $path
13';
14
15include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.