예제 #1
0
파일: Date.php 프로젝트: rorteg/magento2
 protected function _prepareLayout()
 {
     if ($head = $this->getLayout()->getBlock('head')) {
         $head->setCanLoadCalendarJs(true);
     }
     return parent::_prepareLayout();
 }