mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Hide dashboard help.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
/*
|
||||||
$caption = "Dashboard";
|
$caption = "Dashboard";
|
||||||
$text = "This page provides you with an overview of site activity.<br /><br />";
|
$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);
|
e107::getRender()->tablerender($caption, $text);
|
||||||
|
*/
|
||||||
|
Reference in New Issue
Block a user