View Single Post
  #4  
Old 06-12-2008, 02:01 PM
 
ReadytoCover ReadytoCover is offline
 

Senior Member
  
Join Date: Apr 2008
Posts: 124
 

Default Re: dialog.tpl, no title for certain categories

Did you ever get this to work? I'm trying to do the same thing, remove the category dialog title AND embedded products, basically just have the category description showing and thats it:

Code:
{* $Id: dialog.tpl,v 1.25 2005/12/20 08:50:49 max Exp $ *} {if $printable ne ''} {include file="dialog_printable.tpl"} {else} {if $cat ne "2"} {else} {/if} <div class="DialogTitle"><img src="{$ImagesDir}/down2.gif" alt="" style="float:left;" />&nbsp;&nbsp;{$title}</div> <div class="DialogBorder"> <div class="DialogBox">{$content}</div> </div> {/if}
__________________
x-cart 4.1.9
Reply With Quote