diff options
author | RaindropsSys <contact@minteck.org> | 2023-07-20 18:29:09 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-07-20 18:29:09 +0200 |
commit | 46251292b5c8b431de66aeff473594ccec60e04c (patch) | |
tree | c9f2c196e50f064a66625813660148379212d9d7 /pages/docs.inc | |
parent | 93c96fd1d89782570de9478c26f17b406e9dd7a0 (diff) | |
download | pluralconnect-46251292b5c8b431de66aeff473594ccec60e04c.tar.gz pluralconnect-46251292b5c8b431de66aeff473594ccec60e04c.tar.bz2 pluralconnect-46251292b5c8b431de66aeff473594ccec60e04c.zip |
Updated 19 files and added 26 files (automated)
Diffstat (limited to 'pages/docs.inc')
-rw-r--r-- | pages/docs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/docs.inc b/pages/docs.inc index 9fd9bf3..58256c7 100644 --- a/pages/docs.inc +++ b/pages/docs.inc @@ -395,6 +395,7 @@ function showDocument($item) { ?> } </script> <style> + <?php global $use2023UI; if (!$use2023UI): ?> .list-group-item { color: #fff; background-color: #222; @@ -417,6 +418,7 @@ function showDocument($item) { ?> background-color: #272727; color: #bbb; } + <?php endif; ?> </style> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?> |