[xoops-cvslog 5145] CVS update: xoops2jp/html/include

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:37:40 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.8.19.2.1 xoops2jp/html/include/functions.php:1.2.8.19.2.2
--- xoops2jp/html/include/functions.php:1.2.8.19.2.1	Wed Oct 11 17:14:01 2006
+++ xoops2jp/html/include/functions.php	Sun Oct 15 00:37:40 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.8.19.2.1 2006/10/11 08:14:01 minahito Exp $
+// $Id: functions.php,v 1.2.8.19.2.2 2006/10/14 15:37:40 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -81,7 +81,7 @@
 
 	$renderTarget =& $renderSystem->createRenderTarget('main');
 	
-	$renderTarget->setAttribute('legacy_module', 'base');
+	$renderTarget->setAttribute('legacy_module', 'legacy');
 	$renderTarget->setTemplateName("legacy_xoops_error.html");
 	
 	$renderTarget->setAttribute("style", $style);
@@ -100,7 +100,7 @@
 	
 	$renderTarget =& $renderSystem->createRenderTarget('main');
 	
-	$renderTarget->setAttribute('legacy_module', 'base');
+	$renderTarget->setAttribute('legacy_module', 'legacy');
 	$renderTarget->setTemplateName("legacy_xoops_result.html");
 	
 	$renderTarget->setAttribute("title", $title);
@@ -129,7 +129,7 @@
 	
 	$renderTarget =& $renderSystem->createRenderTarget('main');
 	
-	$renderTarget->setAttribute('legacy_module', 'base');
+	$renderTarget->setAttribute('legacy_module', 'legacy');
 	$renderTarget->setTemplateName("legacy_xoops_confirm.html");
 
 	$renderTarget->setAttribute("action", $action);


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index