1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00

Issue #1138 - Bootstrap3 theme mostly complete.

This commit is contained in:
Cameron
2015-07-16 01:17:21 -07:00
parent 83288964f1
commit d12eef2f07
15 changed files with 66 additions and 42 deletions

View File

@@ -763,6 +763,7 @@ class system_tools
$frm = e107::getForm();
$config = e107::getMySQLConfig();
$sql = e107::getDb();
$tp = e107::getParser();
$sql->gen('SHOW TABLE STATUS WHERE Name LIKE "'.$config['mySQLprefix'].'%" ');
@@ -829,7 +830,7 @@ class system_tools
$message .= '<li>'.DBLAN_88.'</li>';
$message .= '</ul>';
$mes->add($message, E_MESSAGE_WARNING);
$mes->add($tp->toHtml($message,true), E_MESSAGE_WARNING);
$text .= "
<form method='post' action='".e_SELF."' id='linkform'>