View Single Post
  #2  
Old 06-24-2004, 04:03 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
require "./auth.php"; // API Code $smarty->assign("trackingnum",$trackingnum); $smarty->assign("main","trackingnum");

Edit common_templates.tpl and add a new {elseif $main eq "trackingnum"} and include your new .tpl that outputs the $trackingnum values you passed from the php.

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote