mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Issue #1138 - Bootstrap3 remove light theme text.
This commit is contained in:
@@ -13,7 +13,7 @@ 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 />";
|
||||||
|
|
||||||
if(e107::getPref('admincss')=='admin_dark.css')
|
if(e107::getPref('admincss')=='admin_dark.css' && deftrue('BOOTSTRAP') !== 3)
|
||||||
{
|
{
|
||||||
$text .= "<small>Theme too dark? <a class='btn btn-default btn-xs btn-mini btn-inverse' href='".e_ADMIN."theme.php?mode=admin'>Change it here</a></small>";
|
$text .= "<small>Theme too dark? <a class='btn btn-default btn-xs btn-mini btn-inverse' href='".e_ADMIN."theme.php?mode=admin'>Change it here</a></small>";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user