View Single Post
  #2  
Old 10-29-2007, 10:35 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: removing title just static page?

Replace this:

<td class="DialogTitle">{$title}</td>

with this:

{if $main ne "pages"}<td class="DialogTitle">{$title}</td>{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote