diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-09-22 14:05:19 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-09-22 14:05:19 +0200 |
commit | c3c4be4a4efd1404aad19797c15d2a9a6ffe29a6 (patch) | |
tree | a231ef1dc9171ae589b21ea4826bba20cba2c63d /public/w/menu.php | |
parent | 701c4637294fc9b63d53a8eeb26d46ef94af1941 (diff) | |
download | wcms-c3c4be4a4efd1404aad19797c15d2a9a6ffe29a6.tar.gz wcms-c3c4be4a4efd1404aad19797c15d2a9a6ffe29a6.zip |
2.7 table duplicate + css edit + desktop color
Diffstat (limited to 'public/w/menu.php')
-rw-r--r-- | public/w/menu.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/w/menu.php b/public/w/menu.php index 58cc93e..423ef08 100644 --- a/public/w/menu.php +++ b/public/w/menu.php @@ -16,6 +16,7 @@ if ($app->session() >= $app::EDITOR) { $status = "Not Connected"; } $aff->admintable($config, $status, $app->tablelist($config->dbname())); + $aff->admindisplay($config->color4()); echo '</section>'; } elseif ($_GET['aff'] == 'media') { |