Display theSubcategory Description in Main Category Page

I am try to display the SubCategories Description in the Main Category Page with the



{$category_data.description|unescape}



But just display the Main Categoriy Description…




[QUOTE]



{foreach from=$splitted_subcategories item=“scats”}



{foreach from=$scats item=“category”}

{if $category}



{else}



{/if}

{/foreach}



[/QUOTE]



Note: i write a description for all Categories and Subcategories in my Admin.

Do a conditional check on the depth of the category.