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

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 3月 7日 (火) 22:11:39 JST


Index: xoops2jp/html/install/custom/custom.inc.dist.php
diff -u /dev/null xoops2jp/html/install/custom/custom.inc.dist.php:1.1.2.1
--- /dev/null	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/custom/custom.inc.dist.php	Tue Mar  7 22:11:39 2006
@@ -0,0 +1,3 @@
+<?php
+    $widzardSeq->insertAfter('start', 'envcheck', 'Enviromment Check');
+?>
Index: xoops2jp/html/install/custom/install_envcheck.inc.php
diff -u /dev/null xoops2jp/html/install/custom/install_envcheck.inc.php:1.1.2.1
--- /dev/null	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/custom/install_envcheck.inc.php	Tue Mar  7 22:11:39 2006
@@ -0,0 +1,4 @@
+<?php
+   $widzard->setTemplatePath(dirname(__FILE__));
+   $widzard->render('install_envcheck.tpl.php');
+?>
\ No newline at end of file
Index: xoops2jp/html/install/custom/install_envcheck.tpl.php
diff -u /dev/null xoops2jp/html/install/custom/install_envcheck.tpl.php:1.1.2.1
--- /dev/null	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/custom/install_envcheck.tpl.php	Tue Mar  7 22:11:39 2006
@@ -0,0 +1 @@
+<div> Test</div>


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