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:
@@ -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.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user