mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Merge pull request #4411 from Jimmi08/patch-17
Issue #275 fix for empty link in home icon for WAVE
This commit is contained in:
@@ -3645,7 +3645,7 @@ var_dump($select_options);*/
|
|||||||
$homeIcon = e107::getParser()->toGlyph($homeicon,false);
|
$homeIcon = e107::getParser()->toGlyph($homeicon,false);
|
||||||
|
|
||||||
|
|
||||||
$opt[] = "<a href='".e_HTTP."'>".$homeIcon. '</a>'; // Add Site-Pref to disable?
|
$opt[] = "<a href='".e_HTTP."' aria-label='Homepage'>".$homeIcon. '</a>'; // Add Site-Pref to disable?
|
||||||
|
|
||||||
$text = "\n<ul class=\"breadcrumb\">\n";
|
$text = "\n<ul class=\"breadcrumb\">\n";
|
||||||
$text .= '<li class="breadcrumb-item">';
|
$text .= '<li class="breadcrumb-item">';
|
||||||
|
Reference in New Issue
Block a user