dolibarr 18.0.6
progress.inc.php
1<?php
2if (!defined('ISLOADEDBYSTEELSHEET')) {
3 die('Must be call by steelsheet');
4}
5
6include dol_buildpath($path.'/theme/eldy/progress.inc.php', 0); // actually md use same style as eldy theme
7
8?>
9/* <style type="text/css" > */
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.