예제 #1
0
파일: Pydj.inc.php 프로젝트: Cyb3rNet/Pydj
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
     $this->_startHead();
     $this->_bHeadClosed = false;
 }
예제 #2
0
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
 }