Ich habe im Kundenkonto eine neue Seite angelegt.
Leider wird mir die Sidebar, siehe Screenshot gelb markiert, nicht angezeigt.
Das hier ist die Seite Downloads. Dort wird es angezeigt.
Meine neue Seite “newsite” wird so angezeigt (Kopf & Fußzeile habe ich im Screenshot ausgeschnitten):
Wird die Sidebar als Block nicht über die Templates gesteuert?
Meine /newsite/index.tpl
{extends file="parent:frontend/account/index.tpl"}
{* Breadcrumb *}
{block name="frontend_index_start"}
{$smarty.block.parent}
{s name="MyTitle" assign="snippetMyTitle"}Newsite{/s}
{$sBreadcrumb[] = ['name' => $snippetMyTitle, 'link' => {url}]}
{/block}
{block name="frontend_index_left_categories_my_account"}{/block}
{* Account Sidebar *}
{block name="frontend_index_left_categories"}
{$smarty.block.parent}
{block name="frontend_account_sidebar"}
{include file="frontend/account/sidebar.tpl"}
{/block}
{/block}
{block name="frontend_index_content"}
{/block}