1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Basic Bootstrap 4 library support. Bootstrap4 theme added for testing purposes only.

This commit is contained in:
Cameron
2018-03-08 13:45:08 -08:00
parent 0aab273723
commit de69b07318
12 changed files with 16979 additions and 9 deletions

View File

@@ -981,7 +981,7 @@ if (!class_exists('e107table', false))
function __construct()
{
// $this->themeClass = e107::getPref('sitetheme')."_theme"; // disabled at the moment.
$this->themeClass = e107::getPref('sitetheme')."_theme"; // disabled at the moment.
$this->adminThemeClass = e107::getPref('admintheme')."_admintheme"; // Check for a class.
}