Ejemplo n.º 1
0
 public function outputAutoHeaderItems()
 {
     $b = Block::getByID($this->bOriginalID);
     $b = $this->getBlockObject();
     $bvt = new BlockViewTemplate($b);
     $bvt->registerTemplateAssets();
 }
Ejemplo n.º 2
0
 public function outputAutoHeaderItems()
 {
     $b = $this->getBlockObject();
     if (is_object($b)) {
         $bvt = new BlockViewTemplate($b);
         $bvt->registerTemplateAssets();
     }
 }