[xoops-cvslog 3938] CVS update: xoops2jp/html/modules/legacyRender/admin

Back to archive index

Minahito minah****@users*****
2006年 8月 4日 (金) 23:34:38 JST


Index: xoops2jp/html/modules/legacyRender/admin/index.php
diff -u xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/index.php:1.1.2.2	Mon Jul 10 14:55:58 2006
+++ xoops2jp/html/modules/legacyRender/admin/index.php	Fri Aug  4 23:34:38 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: index.php,v 1.1.2.2 2006/07/10 05:55:58 minahito Exp $
+ * @version $Id: index.php,v 1.1.2.3 2006/08/04 14:34:38 minahito Exp $
  */
 
 require_once "../../../mainfile.php";
@@ -10,7 +10,7 @@
 
 $root =& XCube_Root::getSingleton();
 
-$actionName = isset($_GET['action']) ? trim($_GET['action']) : "ThemeList";
+$actionName = isset($_GET['action']) ? trim($_GET['action']) : "TplsetList";
 
 $moduleRunner =& new LegacyRender_ActionFrame(true);
 $moduleRunner->setActionName($actionName);


xoops-cvslog メーリングリストの案内
Back to archive index