1
0
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:
Cameron 2021-02-22 13:11:10 -08:00 committed by GitHub
commit d32b2a3512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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