Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-20 02:50:29 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-20 03:06:31 +0300
commitcdb3629da2c081b14415dca709cf530732a87996 (patch)
tree0231fdbff446a256faa42d63f56a44b6f842591b /libraries/config.default.php
parentcfc17e56eae8bc80ca87b47e306aa4c314016f3c (diff)
Fix some outdated documentation in our codebase and improve it
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'libraries/config.default.php')
-rw-r--r--libraries/config.default.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/libraries/config.default.php b/libraries/config.default.php
index 07db8b89a8..a509f4ca95 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -2400,13 +2400,11 @@ $cfg['AvailableCharsets'] = [
/*******************************************************************************
* Customization & design
*
- * The graphical settings are now located in themes/theme-name/layout.inc.php
+ * The graphical settings are now located in themes/theme-name/scss/_variables.scss
*/
/**
* enable the left panel pointer
- * see also LeftPointerColor
- * in layout.inc.php
*
* @global boolean $cfg['NavigationTreePointerEnable']
*/
@@ -2414,8 +2412,6 @@ $cfg['NavigationTreePointerEnable'] = true;
/**
* enable the browse pointer
- * see also BrowsePointerColor
- * in layout.inc.php
*
* @global boolean $cfg['BrowsePointerEnable']
*/
@@ -2423,8 +2419,6 @@ $cfg['BrowsePointerEnable'] = true;
/**
* enable the browse marker
- * see also BrowseMarkerColor
- * in layout.inc.php
*
* @global boolean $cfg['BrowseMarkerEnable']
*/