Kategorie-Listing ist weg

Hallo, meine linke Kategorieliste ist plötzlich verschwunden. Wie und wo kann das passieren, bzw. wie kann ich überprüfen dass im Template kein Fehler ist? Ich nehme an diese wird in /listing/index.tpl eingebunden…da scheint aber alles korrekt zu sein, zumindest finde ich keine Fehler: [code] {extends file=‘frontend/index/index.tpl’} {block name=‘frontend_index_header’} {include file=‘frontend/listing/header.tpl’} {/block} {* Main content *} {block name=‘frontend_index_content’} {* Banner *} {block name=“frontend_listing_index_banner”} {if !$sLiveShopping} {include file=‘frontend/listing/banner.tpl’ sLiveShopping=$sLiveShopping} {/if} {/block} {* Liveshopping *} {block name=“frontend_listing_index_liveshopping”} {include file=‘frontend/listing/liveshopping.tpl’} {/block} {* Category headline *} {block name=“frontend_listing_index_text”} {include file=‘frontend/listing/text.tpl’} {* Topseller slider *} {block name=“frontend_listing_index_topseller”} {if !$hasEmotion && !$sSupplierInfo && {config name=topSellerActive}} {* {action module=widgets controller=listing action=top_seller sCategory=$sCategoryContent.id} *} {/if} {/block} {/block} {* Change / Logic move to controller *} {if $sCategoryContent.template eq “article_listing_1col.tpl”} {assign var=“sTemplate” value=“list”} {assign var=“sBoxMode” value=“list”} {else} {assign var=“sTemplate” value=“table”} {assign var=“sBoxMode” value=“table”} {/if} Sie können hier bequem ausgewählte Produkte aus unserem Sortiment bestellen und direkt zu Ihnen liefern lassen.
Zur Nutzung des Online-Shops müssen Sie sich einmalig registieren und von uns freigeschaltet werden. Nach erfolgreicher Freischaltung erhalten Sie von uns eine Email mit den Zugangsdaten.
Anschließend bekommen Sie das Sortiment angezeigt. Zur Händlerfreischaltung.

Sind Sie bereits registriert bei uns, dann melden Sie sich bitte hier an: Händler-Login!

Hinweis: Das Warenangebot in unserem Online-Shop richtet sich ausschließlich an Käufer, die das 18. Lebensjahr vollendet haben und als Unternehmer im Sinne des § 14 Abs. 1 BGB anzusehen sind. Unser Warenangebot richtet sich nicht an private Kunden!!

listing inc in index listing {debug} {block name=“frontend_listing_index_listing”} {include file=‘frontend/listing/listing.tpl’ sTemplate=$sTemplate} {if $sCategoryContent.parent != 1 && ! $showListing && !$sSupplierInfo}

[{s name=“ListingActionsOffersLink”}Weitere Artikel in dieser Kategorie{/s}]({url controller=‘cat’ sPage=1 sCategory=$sCategoryContent.id})

 
{/if} {/block} ende {* Listing *} {block name=“frontend_listing_index_listing”} {include file=‘frontend/listing/listing.tpl’ sTemplate=$sTemplate} {if $sCategoryContent.parent != 1 && ! $showListing && !$sSupplierInfo} [{s name=“ListingActionsOffersLink”}Weitere Artikel in dieser Kategorie{/s}]({url controller=‘cat’ sPage=1 sCategory=$sCategoryContent.id}) {/if} {/block} {* Tagcloud *} {block name=“frontend_listing_index_tagcloud”} {if $sCloudShow} {action module=widgets controller=listing action=tag_cloud sCategory=$sCategoryContent.id} {/if} {/block} {/block} {* Sidebar right *} {block name=‘frontend_index_content_right’}{/block} {* Trusted shops logo *} {block name=‘frontend_index_left_trustedshops’} {block name=“frontend_listing_left_additional_features”} {include file=“frontend/listing/right.tpl”} {/block} {if {config name=TSID}} {include file=‘frontend/plugins/trusted_shops/logo.tpl’} {/if} {/block} {* Hide listing if we’re having a emotion here *} {block name=“frontend_listing_list_inline”} {if $showListing} {$smarty.block.parent} {/if} {/block} {* Listing actions top *} {block name=“frontend_listing_top_actions”} {if $showListing} {$smarty.block.parent} {/if} {/block} {* Listing actions bottom *} {block name=“frontend_listing_bottom_paging”} {if $showListing} {$smarty.block.parent} {/if} {/block} {* Category text *} {block name=“frontend_listing_index_text”} {if !$hasEmotion && !$sSupplierInfo} {$smarty.block.parent} {/if} {/block} [/code]