Ignore:
Timestamp:
2006/12/10 17:12:00 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r10517 r10518  
    301301    $path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 
    302302    $img_path = '<!--{$smarty.const.URL_DIR}-->img/'; 
    303     $displace_path = '<!--{$smarty.const.URL_DIR}-->user_dir/templates/'. $arrTemplate[0]['template_code'] . '/img/'; 
     303    $displace_path = '<!--{$smarty.const.URL_DIR}-->'. USER_DIR . 'templates/' . $arrTemplate[0]['template_code'] . '/img/'; 
    304304    $fs = new File_SearchReplace($img_path, $displace_path, "", $path, true);  
    305305    $fs->doSearch();  
Note: See TracChangeset for help on using the changeset viewer.