1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +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:
Cameron
2021-02-22 13:11:10 -08:00
committed by GitHub

View File

@@ -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">';