1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 17:42:10 +02:00

Merge pull request #2942 from Jimmi08/patch-2

remove divider for bootstrap4 too #2898
This commit is contained in:
Cameron 2018-01-05 14:14:52 -08:00 committed by GitHub
commit 2dd2230cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3109,7 +3109,7 @@ class e_form
}
}
$sep = (deftrue('BOOTSTRAP') === 3) ? "" : "<span class='divider'>/</span>";
$sep = (deftrue('BOOTSTRAP')) ? "" : "<span class='divider'>/</span>";
$text .= implode($sep."</li><li class='breadcrumb-item'>",$opt);