Spalte Sortierung entfernen

Ich habe die listing_actions.tpl Datei mit folgendem Code nun in den Ordner _theme/frontend/listing geladen: [code]{if !$sOffers} {block name=“frontend_listing_actions_class”}

{/block} {block name=‘frontend_listing_actions_top’}{/block}
{* Sort filter *} {block name=‘frontend_listing_actions_sort’}
{foreach from=$categoryParams key=key item=value}
{if $key == ‘sSort’}
{continue}
{/if}

{/foreach}


{s name=‘ListingLabelSort’}{/s}


{/block} {* Article per page *} {block name=‘frontend_listing_actions_items_per_page’} {if $sPerPage}
{foreach from=$categoryParams key=key item=value}
{if $key == ‘sPerPage’}
{continue}
{/if}

{/foreach}


{s name=‘ListingLabelItemsPerPage’}{/s}


{/if} {/block} {* Change layout *} {block name=“frontend_listing_actions_change_layout”} {if !$sCategoryContent.noViewSelect}
{s name=‘ListingActionsSettingsTitle’}Darstellung:{/s}({url params=$categoryParams sViewport=‘cat’ sCategory=$sCategoryContent.id sPage=1 sTemplate=‘table’} “{s name=‘ListingActionsSettingsTable’}Tabellen-Ansicht{/s}”)({url params=$categoryParams sViewport=‘cat’ sCategory=$sCategoryContent.id sPage=1 sTemplate=‘list’} “{s name=‘ListingActionsSettingsList’}Listen-Ansicht{/s}”)
{/if} {/block}


{/block} {block name=‘frontend_listing_actions_paging’} {if $sNumberPages && $sNumberPages > 1}
{* Paging *}
{s name=‘ListingPaging’}{/s} {if $sPages.previous} {s name=“ListingTextPrevious”} {/if} {* Articles per page *} {foreach from=$sPages.numbers item=page} {if $page.value$sPage-4} {if $page.markup AND (!$sOffers OR $sPage)}{$page.value} {else} {$page.value} {/if} {elseif $page.value==$sPage+4 OR $page.value==$sPage-4}

{/if} {/foreach} {if $sPages.next} {s name=“ListingTextNext”}>{/s} {/if}
{block name=‘frontend_listing_actions_count’} {* Count sites *}
{se name=“ListingTextSite”}Seite{/se} {$sPage} {se name=“ListingTextFrom”}von{/se} {$sNumberPages}
{/block}
{/if} {/block} {block name=“frontend_listing_actions_close”}

 
{/block} {else} {if $sCategoryContent.parent != 1}

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

 
{/if} {/if}[/code] Leider hat sich nichts getan. Ich erhalte jetzt im Shop auf der Kategorieseite die Fehlermeldung: Ups, es ist ein Fehler aufgetreten.