Fixed md theme name
This commit is contained in:
parent
bcadc33e31
commit
1dfd3f396e
@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/theme/eldy/graph-color.php
|
||||
* \brief File to declare colors to use to build graphics with theme Eldy
|
||||
* \file htdocs/theme/md/graph-color.php
|
||||
* \brief File to declare colors to use to build graphics with theme Material Design
|
||||
* \ingroup core
|
||||
*
|
||||
* To include file, do this:
|
||||
|
||||
@ -61,7 +61,7 @@ $right=($langs->trans("DIRECTION")=='rtl'?'left':'right');
|
||||
$left=($langs->trans("DIRECTION")=='rtl'?'right':'left');
|
||||
|
||||
$path=''; // This value may be used in future for external module to overwrite theme
|
||||
$theme='eldy'; // Value of theme
|
||||
$theme='md'; // Value of theme
|
||||
if (! empty($conf->global->MAIN_OVERWRITE_THEME_RES)) { $path='/'.$conf->global->MAIN_OVERWRITE_THEME_RES; $theme=$conf->global->MAIN_OVERWRITE_THEME_RES; }
|
||||
|
||||
// Define image path files and other constants
|
||||
|
||||
Loading…
Reference in New Issue
Block a user