View Single Post
  #1  
Old 03-06-2007, 06:40 PM
 
pdheady pdheady is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: West Palm Beach, FL
Posts: 36
 

Default Dynamic image to display based on cat id?

Is there a way to display a graphic image at the top of the products results page based on category id? or this a hack or module somewhere for this already?

I tried the following but it did not work.

<?php

$catheadimage = '<img src="/skin/images/catheadimage' . $cat . '.jpg" width="667" height="270" alt="">';

echo "$catheadimage";

?>
__________________
Xcart 4.0.19
Reply With Quote