設置場所 (ディレクトリ名の変更) の変更はできるはずです…と思ったらバグってました。

ディレクトリ名の変更は、次の修正を加えて行ってください。
--- ccenter/functions.php.~1.38.~	2009-12-13 20:24:59.000000000 +0900
+++ ccenter/functions.php	2010-01-10 12:54:27.300712561 +0900
@@ -21,7 +21,7 @@
 define('_DB_STORE_YES',  1);	// store information in db
 define('_DB_STORE_NONE', 2);	// query not store in db
 
-define('_CC_WIDGET_TPL', basename(dirname(__FILE__))."_form_widgets.html");
+define('_CC_WIDGET_TPL', "ccenter_form_widgets.html");
 
 if (defined('_CC_STATUS_NONE')) {
     global $msg_status, $export_range;

%% 余計なコードを書いてた。orz
--
安冨 伸浩 (マイサイト管理人)