Skip to content

Instantly share code, notes, and snippets.

@great2gether
Last active August 24, 2020 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save great2gether/cefdc3f05c3e1b1e7a25940699768285 to your computer and use it in GitHub Desktop.
Save great2gether/cefdc3f05c3e1b1e7a25940699768285 to your computer and use it in GitHub Desktop.
Font Awesome include link
{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