1
0
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:
Cameron
2015-07-16 12:38:36 -07:00
parent d9244b5e75
commit b8171f2bea

View File

@@ -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>";