View Single Post
  #1   IP: 59.60.149.106
Old 2008-04-20, 08:39 PM
car car is offline
高级会员
 
Join Date: 2006-05-14
Posts: 534
car 正向着好的方向发展
Default On which place i must put categorie_description, please?

In order to show description show in the front page under the category do the following.

In your main.tpl (in your template dir) find the following code (or close to the follwoing)

<div class="cat">
<a href="{if $smarty.const.ENABLE_REWRITE}{$cat.TITLE_URL|escap e}/{else}index.php?c={$cat.ID}{/if}">{$cat.TITLE|escape}</a>{if $smarty.const.CATS_COUNT}<span>({$cat.COUNT})</span>{/if}
<div class="desc" style="width:275px">{$cat.DESCRIPTION}</div>
</div>

Add the underlined code above. You can remove the class and style portion and style it as you see fit.
Reply With Quote