Esempio n. 1
0
 public function postDispatch()
 {
     $this->view->assign(array('currentMenuAlias' => $this->_currentMenuAlias, 'phonePrefix' => Option::getValueByKey('phone-prefix'), 'phoneWithoutPrefix' => Option::getValueByKey('phone-without-prefix'), 'email' => Option::getValueByKey('email'), 'phoneWithPrefix' => Option::getValueByKey('phone-with-prefix'), 'secondPhone' => Option::getValueByKey('second-phone')));
 }