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

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

Location:
branches/dev/html/test/kakinaka/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/kakinaka/templates/index.tpl

    r17 r14580  
    99    <tr> 
    1010        <td bgcolor="#ffffff" align="left"> 
    11             <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
     11            <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
    1212        </td> 
    1313    </tr> 
  • branches/dev/html/test/kakinaka/templates/utf.tpl

    r377 r14580  
    3838    <tr> 
    3939        <td bgcolor="#ffffff" align="left"> 
    40             <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
     40            <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
    4141        </td> 
    4242    </tr> 
Note: See TracChangeset for help on using the changeset viewer.