mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Tweak bootstrap check
Allow for BS4 as well
This commit is contained in:
@@ -740,7 +740,7 @@ class e_form
|
||||
$options['class'] = "tbox";
|
||||
}
|
||||
|
||||
if(deftrue('BOOTSTRAP') === 3)
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$options['class'] .= ' form-control';
|
||||
}
|
||||
|
Reference in New Issue
Block a user