Fixed md theme name

This commit is contained in:
Raphaël Doursenaud 2015-12-04 14:06:53 +01:00
parent bcadc33e31
commit 1dfd3f396e
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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