From d459bbe623b9e50c2f728f127d6e2ac4510da4f6 Mon Sep 17 00:00:00 2001 From: Kukielka Date: Mon, 16 Apr 2018 14:28:30 +0200 Subject: FontAwesome 5 changes It seems like FontAwesome 5 requires you to specify the prefix of the specific icon. https://fontawesome.com/how-to-use/svg-with-js#basic-use --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 5b91cb4..c33c0bd 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ $icon = $item['icon']; $link = str_replace("{{cur}}", get_current_url(), $item['link']); - echo ''; + echo ''; } ?>

-- cgit v1.2.3