mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
line-break corrections.
This commit is contained in:
@@ -3515,8 +3515,8 @@ var_dump($select_options);*/
|
|||||||
|
|
||||||
$opt[] = "<a href='".e_HTTP."'>".$homeIcon."</a>"; // Add Site-Pref to disable?
|
$opt[] = "<a href='".e_HTTP."'>".$homeIcon."</a>"; // Add Site-Pref to disable?
|
||||||
|
|
||||||
$text = '<ul class="breadcrumb">
|
$text = "\n<ul class=\"breadcrumb\">\n";
|
||||||
<li class="breadcrumb-item">';
|
$text .= "<li class=\"breadcrumb-item\">";
|
||||||
|
|
||||||
foreach($array as $val)
|
foreach($array as $val)
|
||||||
{
|
{
|
||||||
@@ -3538,9 +3538,9 @@ var_dump($select_options);*/
|
|||||||
|
|
||||||
$sep = (deftrue('BOOTSTRAP')) ? "" : "<span class='divider'>/</span>";
|
$sep = (deftrue('BOOTSTRAP')) ? "" : "<span class='divider'>/</span>";
|
||||||
|
|
||||||
$text .= implode($sep."</li><li class='breadcrumb-item'>",$opt);
|
$text .= implode($sep."</li>\n<li class='breadcrumb-item'>",$opt);
|
||||||
|
|
||||||
$text .= "</li></ul>";
|
$text .= "</li>\n</ul>";
|
||||||
|
|
||||||
// return print_a($opt,true);
|
// return print_a($opt,true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user