mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Merge pull request #2942 from Jimmi08/patch-2
remove divider for bootstrap4 too #2898
This commit is contained in:
@@ -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);
|
$text .= implode($sep."</li><li class='breadcrumb-item'>",$opt);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user