done that!
<?
require "../smarty.php";
require "../config.php";
#
# Collect product images
#
$images = func_query("select * from $sql_tbl[images] where productid='$productid' order by imageid");
$smarty->assign("productid",$productid);
$smarty->assign("images",$images);
$smarty->display("modules/Detailed_Product_Images/product_images.tpl");
?>
Whats the next step!
__________________
Today is a beautiful day, grab it while you can and live it to the full
Version 4.2.3 UNIX
|