View Single Post
  #5  
Old 05-01-2005, 11:02 PM
 
kirsten kirsten is offline
 

Senior Member
  
Join Date: Feb 2005
Location: Sydney, Australia
Posts: 104
 

Default

From memory I think this is what I commented out in the help/contactus.tpl ( it is almost at the bottom of the coding)
Make sure you keep a copy of your original code just in case but I think that should take out the department stuff

<TR valign="middle">
<TD class="FormButton">{$lng.lbl_department}</TD>
<TD><FONT class="Star">*</FONT></TD>
<TD nowrap>
<SELECT id="department" name="department">
<OPTION value="All" selected>{$lng.lbl_all}</OPTION>
<OPTION value="Partners">{$lng.lbl_partners}</OPTION>
<OPTION value="Marketing / publicity">{$lng.lbl_marketing_publicity}</OPTION>
<OPTION value="Webdesign">{$lng.lbl_web_design}</OPTION>
<OPTION value="Sales">{$lng.lbl_sales}</OPTION>
</SELECT>
</TD>
</TR>
__________________
Kirsten
X_Cart Gold Version 4.0.11
www.silverimports.com.au
www.diamondimports.com.au
Reply With Quote