mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fa2bi: catch some remains
This commit is contained in:
@@ -1652,7 +1652,7 @@ function format_hashtags(&$item) {
|
||||
if($s)
|
||||
$s .= ' ';
|
||||
|
||||
$s .= '<span class="badge rounded-pill bg-info"><i class="fa fa-hashtag"></i> <a class="text-white" href="' . zid($t['url']) . '" >' . $term . '</a></span>';
|
||||
$s .= '<span class="badge rounded-pill bg-info"><i class="bi bi-hash"></i> <a class="text-white" href="' . zid($t['url']) . '" >' . $term . '</a></span>';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1675,7 +1675,7 @@ function format_mentions(&$item) {
|
||||
continue;
|
||||
if($s)
|
||||
$s .= ' ';
|
||||
$s .= '<span class="badge rounded-pill bg-success"><i class="fa fa-at"></i> <a class="text-white" href="' . zid($t['url']) . '" >' . $term . '</a></span>';
|
||||
$s .= '<span class="badge rounded-pill bg-success"><i class="bi bi-at"></i> <a class="text-white" href="' . zid($t['url']) . '" >' . $term . '</a></span>';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3266,7 +3266,7 @@ function getIconFromType($type) {
|
||||
}
|
||||
|
||||
if(! $iconFromType) {
|
||||
$iconFromType = 'fa-file-o';
|
||||
$iconFromType = 'bi-file-earmark';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user