View Single Post
  #1  
Old 05-21-2004, 09:59 AM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default How can I put this drop down menu here?

How can I place this drop down menu...

xxx

"before" my first category listing (in this case, "Specials")...

xxx

I have it listed below the categories no problem, but would like to have it listed "above" the categories. Is this possible? Here is the code for the categories template (it ends with the start of the form)...

Code:
{* $Id: categories.tpl,v 1.18 2003/02/25 08:58:46 olga Exp $ *} {capture name=menu} {if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} <font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font> {/section} {else} {section name=cat_num loop=$subcategories} <font class=CategoriesList>{ $subcategories[cat_num].category_name|escape }</font> {/section} {/if} <form name="jump">

If anyone could tell me just where to put the form in this hunk (so the drop down will show up just above where it says ">Specials"), I'd be greatly appreciative as I've tried every varation I can think of. Thank you.
__________________
--------------------
X-Cart Gold 4.1.11
Linux/Apache
--------------------
Reply With Quote