mirror of
https://github.com/e107inc/e107.git
synced 2025-04-27 16:03:00 +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:
commit
d32b2a3512
@ -3645,7 +3645,7 @@ var_dump($select_options);*/
|
||||
$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 .= '<li class="breadcrumb-item">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user