View Single Post
  #3  
Old 05-18-2004, 06:40 AM
 
jeremye jeremye is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Philadelphia, PA
Posts: 158
 

Default

Look in /skin1/customer/main/search_result.tpl. Replace the third to the last line:

Code:
{include file="dialog.tpl" title=$lng.lbl_search_results content="No matching products found" extra="width=100%"}

with:
Code:
{include file="dialog.tpl" title=$lng.lbl_search_results content="Didn't find what you were looking for? Click <a href=here.php>here</a>" extra="width=100%"}

Don't put any quotes inside the a href tag. That'll do it.
__________________
Jeremy
X-Cart Gold v3.4.14 [Linux/Apache]
Heavily Modded
Reply With Quote