public function Initialize() { parent::Initialize(); if ($this->DeliveryType() == DELIVERY_TYPE_ALL) { $this->AddSideMenu(); } }
public function Initialize() { parent::Initialize(); if ($this->DeliveryType() == DELIVERY_TYPE_ALL) { $this->AddSideMenu(); //$this->AddCssFile('candy.css'); } }
public function Initialize() { parent::Initialize(); if ($this->_DeliveryType == DELIVERY_TYPE_ALL) { $this->AddJsFile('jquery.menu.js'); $this->AddJsFile('jquery.popup.js'); $this->AddJsFile('jquery.form.js'); $this->AddJsFile('jquery.duplicate.js'); $this->AddJsFile('section.js'); $this->AddSideMenu(); } }