Skip to content
Snippets Groups Projects
Commit 1dfd3f39 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Fixed md theme name

parent bcadc33e
Branches
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
*/ */
/** /**
* \file htdocs/theme/eldy/graph-color.php * \file htdocs/theme/md/graph-color.php
* \brief File to declare colors to use to build graphics with theme Eldy * \brief File to declare colors to use to build graphics with theme Material Design
* \ingroup core * \ingroup core
* *
* To include file, do this: * To include file, do this:
......
...@@ -61,7 +61,7 @@ $right=($langs->trans("DIRECTION")=='rtl'?'left':'right'); ...@@ -61,7 +61,7 @@ $right=($langs->trans("DIRECTION")=='rtl'?'left':'right');
$left=($langs->trans("DIRECTION")=='rtl'?'right':'left'); $left=($langs->trans("DIRECTION")=='rtl'?'right':'left');
$path=''; // This value may be used in future for external module to overwrite theme $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; } 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 // Define image path files and other constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment