View Single Post
  #1  
Old 10-16-2006, 03:14 PM
  abeight's Avatar 
abeight abeight is offline
 

X-Adept
  
Join Date: Nov 2003
Location: Cleveland, OH
Posts: 479
 

Default Show image on home page only

I added some code to my head.tpl that tells it to show a different header image for the home page. For the most part, this works well but there is one page that is showing the wrong image, and that is the newsletter signup confirmation page.

http://72.32.121.173/home.php?mode=subscribed&email=m%40b.com

Does anyone know how I might alter this code to make this page show the right header image?

Code:
{if $main ne "catalog" or $current_category.category ne ""}<img src="{$ImagesDir}/custom/logo.gif" alt="Tracy Porter" border="0" width="480" height="49" />{else}<img src="{$ImagesDir}/custom/logo_splash.gif" alt="Tracy Porter" border="0" width="480" height="49" />{/if}

This store is V 4.1.2
__________________
~ Andrea Beight
Reply With Quote