Minahito
minah****@users*****
2007年 3月 28日 (水) 14:44:32 JST
Index: xoops2jp/html/class/xml/themesetparser.php diff -u xoops2jp/html/class/xml/themesetparser.php:1.2.26.1 xoops2jp/html/class/xml/themesetparser.php:1.2.26.2 --- xoops2jp/html/class/xml/themesetparser.php:1.2.26.1 Mon Feb 19 15:54:20 2007 +++ xoops2jp/html/class/xml/themesetparser.php Wed Mar 28 14:44:32 2007 @@ -1,5 +1,5 @@ <?php -// $Id: themesetparser.php,v 1.2.26.1 2007/02/19 06:54:20 minahito Exp $ +// $Id: themesetparser.php,v 1.2.26.2 2007/03/28 05:44:32 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -29,6 +29,8 @@ // Project: The XOOPS Project // // ------------------------------------------------------------------------- // +if (!defined('XOOPS_ROOT_PATH')) exit(); + include_once XOOPS_ROOT_PATH.'/class/xml/saxparser.php'; include_once XOOPS_ROOT_PATH.'/class/xml/xmltaghandler.php';