1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Bootstrap 4 fixes.

This commit is contained in:
Cameron
2019-03-02 07:47:37 -08:00
parent 749fd506e0
commit 30c5553dbd
5 changed files with 10 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ echo getAlert();
function getModal($caption = '', $type='')
{
if(deftrue('BOOTSTRAP') === 3) // see bootstrap3/admin_template.php
if(deftrue('BOOTSTRAP')) // see bootstrap3/admin_template.php
{
return '';
}