Exemple #1
0
 protected function _initTemplate()
 {
     parent::_initTemplate();
     if (isset($this->_bl) && is_array($this->_bl)) {
         foreach ($this->_bl as $key => $value) {
             $this->_blc[$key] = true;
         }
     }
 }