public function __construct($strTemplate = '', $strContentType = 'text/html')
 {
     parent::__construct($strTemplate, $strContentType);
 }
Пример #2
0
 /**
  * Initialize the template
  * @param string
  * @param string
  */
 public function __construct($strTemplate = '', $strContentType = 'text/html')
 {
     parent::__construct($strTemplate, $strContentType);
     $this->import('Isotope');
 }