Esempio n. 1
0
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
     $this->_startHead();
     $this->_bHeadClosed = false;
 }
Esempio n. 2
0
 public function __construct($sTitle, $sLang = 'en')
 {
     $this->_sDT = $sTitle;
     $this->_sDL = $sLang;
     parent::__construct();
     $this->_startHTML();
 }