Changeset 10516 for temp/trunk
- Timestamp:
- 2006/12/10 17:06:43 (19 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r10515 r10516 300 300 // phpspot.net¤È¤¤¤¦Ê¸»úÎó¤òphpspot.org¤ËÃÖ´¹¤¹¤ë 301 301 $path = $tpl_path . $arrTemplate[0]['template_code'] . "/"; 302 $fs = new File_SearchReplace('<!--{$smarty.const.URL_DIR}-->img/', '<!--{$smarty.const.URL_DIR}-->img/', "", $path, true); 302 $img_path = '<!--{$smarty.const.URL_DIR}-->img/'; 303 $displace_path = '<!--{$smarty.const.URL_DIR}-->templates/'. $arrTemplate[0]['template_code'] . '/img/'; 304 $fs = new File_SearchReplace($img_path, $displace_path, "", $path, true); 303 305 $fs->doSearch(); 304 306
Note: See TracChangeset
for help on using the changeset viewer.
