Social Media Icons im Footer

Hallo Forumsmitglieder,

ich möchte im Footerbereich die Newsletter Spalte durch eine neue mit Social Media Icons ersetzen. Ich habe zwei Textbausteine (sFooterSocialmediaHead und sFooterSocialmedia) und neue Datei footer-navigation.tpl in meinem Theme erstellt. Dann folgenden Code geschrieben.

/ themes / Frontend / CustomTheme / frontend / index / footer-navigation.tpl

{extends file=‚parent:frontend/index/footer-navigation.tpl‘} {block name=„frontend_index_footer_column_newsletter“}

{block name=„frontend_index_footer_column_socialmedia_headline“}

{s name=„sFooterSocialmediaHead“}{/s}

{/block}

{block name=„frontend_index_footer_column_socialmedia_content“}

{s name=„sFooterSocialmedia“}{/s}

{/block}

{/block}

Danach habe ich den Cache geleert und mein Theme neu kompiliert. Aber leider wird kein Inhalt angezeigt. Weiß jemand eventuell, was ich da falsch mache?

 

Vielen Dank im Voraus

 

{extends file='parent:frontend/index/footer-navigation.tpl'} 

{block name="frontend_index_footer_column_newsletter"}

{s namespace="frontend/index/footer-navigation" name="sFooterSocialmediaHead"}H{/s}

{s amespace="frontend/index/footer-navigation" name="sFooterSocialmedia"}i{/s}

{/block}

 

1 „Gefällt mir“