Minahito
minah****@users*****
2006年 1月 11日 (水) 12:34:40 JST
Index: xoops2jp/html/class/XCube_ModuleController.class.php diff -u xoops2jp/html/class/XCube_ModuleController.class.php:1.1.2.5 xoops2jp/html/class/XCube_ModuleController.class.php:1.1.2.6 --- xoops2jp/html/class/XCube_ModuleController.class.php:1.1.2.5 Tue Nov 15 01:49:53 2005 +++ xoops2jp/html/class/XCube_ModuleController.class.php Wed Jan 11 12:34:39 2006 @@ -1,5 +1,5 @@ <?php -// $Id: XCube_ModuleController.class.php,v 1.1.2.5 2005/11/14 16:49:53 minahito Exp $ +// $Id: XCube_ModuleController.class.php,v 1.1.2.6 2006/01/11 03:34:39 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2005 XOOPS Cube.org // @@ -94,6 +94,14 @@ function getModuleDir() { } + + /** + * Return a name that this depends on render system. + * @return string + */ + function getDependRenderSystem() + { + } } ?> \ No newline at end of file