1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Hide dashboard help.

This commit is contained in:
Cameron
2017-04-05 17:52:40 -07:00
parent a992d06e05
commit 50d21cb025

View File

@@ -9,7 +9,7 @@
*/
if (!defined('e107_INIT')) { exit; }
/*
$caption = "Dashboard";
$text = "This page provides you with an overview of site activity.<br /><br />";
@@ -20,3 +20,4 @@ if(e107::getPref('admincss')=='admin_dark.css' && deftrue('BOOTSTRAP') !== 3)
}
e107::getRender()->tablerender($caption, $text);
*/