Index: temp/trunk/html/admin/design/css.php
===================================================================
--- temp/trunk/html/admin/design/css.php	(revision 1328)
+++ temp/trunk/html/admin/design/css.php	(revision 3574)
@@ -33,5 +33,5 @@
 	fclose($fp);
 	
-	$objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
+	$objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
 }
 
Index: temp/trunk/html/admin/design/header.php
===================================================================
--- temp/trunk/html/admin/design/header.php	(revision 3572)
+++ temp/trunk/html/admin/design/header.php	(revision 3574)
@@ -41,5 +41,5 @@
 		copy($pre_DIR.$division.".tpl", $tpl_DIR.$division.".tpl");
 		// ´°Î»¥á¥Ã¥»¡¼¥¸¡Ê¥×¥ì¥Ó¥å¡¼»þ¤ÏÉ½¼¨¤·¤Ê¤¤¡Ë
-		$objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
+		$objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
 	}
 
Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3572)
+++ temp/trunk/html/admin/design/template.php	(revision 3574)
@@ -72,5 +72,5 @@
 	
 	// ´°Î»¥á¥Ã¥»¡¼¥¸
-	$objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
+	$objPage->tpl_onload="alert('ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
 
 }
Index: temp/trunk/html/admin/design/bloc.php
===================================================================
--- temp/trunk/html/admin/design/bloc.php	(revision 3573)
+++ temp/trunk/html/admin/design/bloc.php	(revision 3574)
@@ -46,4 +46,10 @@
 	$arrBlocData[0]['tpl_data'] = file_get_contents($arrBlocData[0]['tpl_path']);
 	$objPage->arrBlocData = $arrBlocData[0];
+}
+
+// ¥á¥Ã¥»¡¼¥¸É½¼¨
+if ($_GET['msg'] == "on") {
+	// ´°Î»¥á¥Ã¥»¡¼¥¸
+	$objPage->tpl_onload="alert('ÊÔ½¸¤¬´°Î»¤·¤Þ¤·¤¿¡£');";
 }
 
