View Single Post
  #8  
Old 01-22-2004, 10:17 PM
 
amgdg amgdg is offline
 

Newbie
  
Join Date: Jan 2004
Location: Idaho
Posts: 4
 

Default

To select the current category, change your option statement to:

<option class=CategoriesList value="{$categories[cat_num].categoryid}" {if $current_category eq $categories[cat_num]}selected{/if}>{$categories[cat_num].category_name|escape}</option>

-> Al
Reply With Quote