Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 10512)
+++ temp/trunk/html/admin/design/template.php	(revision 10513)
@@ -299,5 +299,6 @@
 	
 	// phpspot.net¤È¤¤¤¦Ê¸»úÎó¤òphpspot.org¤ËÃÖ´¹¤¹¤ë 
-	$fs = new File_SearchReplace('<!--{$smarty.const.URL_DIR}-->img/', "phpspot.org", "", "$tpl_path . $arrTemplate[0]['template_code']", true); 
+	$path = $tpl_path . $arrTemplate[0]['template_code'];
+	$fs = new File_SearchReplace('<!--{$smarty.const.URL_DIR}-->img/', "phpspot.org", "", $path, true); 
 	$fs->doSearch(); 
 	
