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