コード例 #1
0
ファイル: content.php プロジェクト: hungnv0789/vhtm
	/** Returns the nodeleft value**/
	public function getNodeRight()
	{
		$this->loadContent();
		//		if (!$this->nodeleft)
		//		{
		//			$record = vB::$vbulletin->db->query_first("SELECT nodeleft FROM " . TABLE_PREFIX . "cms_node
		//			WHERE nodeid = " . $this->nodeid );
		//			$this->nodeleft = $record['nodeleft'];
		//		}
		return $this->content->getNodeRight();
	}