[xoops-cvslog 5952] CVS update: xoops2jp/html/core

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 11月 27日 (月) 15:53:53 JST


Index: xoops2jp/html/core/XCube_Theme.class.php
diff -u xoops2jp/html/core/XCube_Theme.class.php:1.1.2.2 xoops2jp/html/core/XCube_Theme.class.php:1.1.2.3
--- xoops2jp/html/core/XCube_Theme.class.php:1.1.2.2	Sat Oct  7 17:54:31 2006
+++ xoops2jp/html/core/XCube_Theme.class.php	Mon Nov 27 15:53:52 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_Theme.class.php,v 1.1.2.2 2006/10/07 08:54:31 ryuji_amano Exp $
+ * @version $Id: XCube_Theme.class.php,v 1.1.2.3 2006/11/27 06:53:52 minahito Exp $
  */
 
 /**
@@ -60,6 +60,8 @@
 	
 	var $mAuthor = null;
 	
+	var $mLicence = null;
+	
 	var $_mManifesto = array();
 
 	/**
@@ -90,6 +92,10 @@
 			
 			$this->mFormat = isset($this->_mManifesto['Theme']['Format']) ? $this->_mManifesto['Theme']['Format'] : "";
 			
+			if (isset($this->_mManifesto['Theme']['Licence'])) {
+				$this->mLicence = $this->_mManifesto['Theme']['Licence'];
+			}
+			
 			return true;
 		}
 		else {


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る