Last active
August 24, 2020 01:36
-
-
Save great2gether/cefdc3f05c3e1b1e7a25940699768285 to your computer and use it in GitHub Desktop.
Font Awesome include link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{extends file="parent:frontend/index/header.tpl"} | |
{block name="frontend_index_header_css_screen"} | |
{$smarty.block.parent} | |
{* If needed: Install Google Fonts and Font Awesome and link from here *} | |
<link href="{$Shop->getHost()}/engine/Shopware/Plugins/Community/Frontend/GreatFashionPassionTheme/Themes/Frontend/FashionPassion/frontend/_public/src/fonts/fontawesome/css/all.css" rel="stylesheet"> | |
{/block} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment