Ignore:
Timestamp:
2006/12/10 16:55:46 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r10513 r10514  
    299299     
    300300    // phpspot.net¤È¤¤¤¦Ê¸»úÎó¤òphpspot.org¤ËÃÖ´¹¤¹¤ë  
    301     $path = $tpl_path . $arrTemplate[0]['template_code']; 
     301    $path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 
    302302    $fs = new File_SearchReplace('<!--{$smarty.const.URL_DIR}-->img/', "phpspot.org", "", $path, true);  
    303303    $fs->doSearch();  
Note: See TracChangeset for help on using the changeset viewer.