[xoops-cvslog 6388] CVS update: xoops2jp/html/install

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 27日 (金) 18:37:53 JST


Index: xoops2jp/html/install/index.php
diff -u xoops2jp/html/install/index.php:1.2.8.5.2.1 xoops2jp/html/install/index.php:1.2.8.5.2.1.2.1
--- xoops2jp/html/install/index.php:1.2.8.5.2.1	Sat Dec 16 23:10:30 2006
+++ xoops2jp/html/install/index.php	Fri Apr 27 18:37:53 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: index.php,v 1.2.8.5.2.1 2006/12/16 14:10:30 nobunobu Exp $
+ * @version $Id: index.php,v 1.2.8.5.2.1.2.1 2007/04/27 09:37:53 nobunobu Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -50,8 +50,8 @@
 
 include_once './class/simplewizard.php';
 $wizard = new SimpleWizard;
-$wizard->setBaseTemplate('install_tpl.php');
-$wizard->setTemplatePath('templates');
+$wizard->setBaseTemplate('./install_tpl.php');
+$wizard->setTemplatePath('./templates');
 
 $wizardSeq = new SimpleWizardSequence;
 


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