1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

#275 fix for empty link in home icon for WAVE

This commit is contained in:
Jimako
2021-02-21 19:24:43 +01:00
committed by GitHub
parent 236ccd2261
commit ba28818003

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