1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +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

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);