Minahito
minah****@users*****
2006年 11月 27日 (月) 14:54:38 JST
Index: xoops2jp/html/modules/legacy/class/theme.php diff -u xoops2jp/html/modules/legacy/class/theme.php:1.1.2.2 xoops2jp/html/modules/legacy/class/theme.php:1.1.2.3 --- xoops2jp/html/modules/legacy/class/theme.php:1.1.2.2 Sun Oct 15 01:34:50 2006 +++ xoops2jp/html/modules/legacy/class/theme.php Mon Nov 27 14:54:38 2006 @@ -17,6 +17,7 @@ $this->initVar('version', XOBJ_DTYPE_STRING, '', true, 32); $this->initVar('author', XOBJ_DTYPE_STRING, '', true, 64); $this->initVar('url', XOBJ_DTYPE_STRING, '', true, 255); + $this->initVar('licence', XOBJ_DTYPE_STRING, '', true, 255); } } @@ -81,6 +82,7 @@ $obj->set('version', $theme->mVersion); $obj->set('author', $theme->mAuthor); $obj->set('url', $theme->mUrl); + $obj->set('licence', $theme->mLicence); $this->_mResults[] =& $obj; unset($obj); }