Ignore:
Timestamp:
2007/06/11 17:12:22 (19 years ago)
Author:
naka
Message:

SITE_URL+resize_image.phpとなっていたテンプレートを
URL_DIR+resize_image.phpに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/user_data/include/bloc/best5.tpl

    r17 r14580  
    1919        <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2020            <tr valign="top"> 
    21                 <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
     21                <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
    2222                <td align="right"> 
    2323                <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    5151            <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5252                <tr valign="top"> 
    53                     <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
     53                    <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
    5454                    <td align="right"> 
    5555                    <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
Note: See TracChangeset for help on using the changeset viewer.