Ignore:
Timestamp:
2010/02/23 19:29:34 (14 years ago)
Author:
shutta
Message:

DETAIL_P_HTMLを利用するように修正。
r18577 と同一。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/pages/tb/LC_Page_TrackBack.php

    r16582 r18578  
    308308            print("<title>" . $retProduct[0]["name"] . "</title>"); 
    309309            print("<link>"); 
    310             print(SITE_URL . "products/detail.php?product_id=" . $product_id); 
     310            print(SITE_URL . substr(DETAIL_P_HTML, strlen(URL_DIR)) . $product_id); 
    311311            print("</link>"); 
    312312            print("<description>"); 
Note: See TracChangeset for help on using the changeset viewer.