View Single Post
  #2  
Old 08-23-2010, 03:14 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Replacing static page headings with images

You will have to edit dialog.tpl and put an if statement for {$title}

{if $main ne "pages"}{$title}{/if}

then just insert image in the static page body
You may also need to edit skin1/cusotmer/main/pages.tpl - there is a h1 tag with the title
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote