title = \Yii::t('app', 'Contact'); $this->params['title'] = $this->title; $this->params[ 'breadcrumbs' ][] = $this->title; $js = <<< JS window.lat = {$settings->lat}; window.lon = {$settings->lon}; JS; $this->registerJs($js, View::POS_END); ?>

Адрес

street )) { echo $settings->street; if (!empty( $settings->house )) { echo " " . $settings->house; } echo Html::tag('br'); } if (!empty( $settings->city )) { echo $settings->city; if (!empty( $settings->country )) { echo Html::tag('strong', ", " . $settings->country); } } ?>

phone )) { ?>

Телефон

phone), 'tel:' . $settings->phone); ?>

email )) { ?>

Electronic support

Please feel free to write an email to us or to use our electronic ticketing system .

  • email), 'mailto:' . $settings->email ); ?>

Напишите нам

'contact-form', 'method' => 'POST', 'action' => '/site/feedback', ] ); ?>
field($contact, 'name') ->textInput(); ?>
field($contact, 'email') ->textInput(); ?>
field($contact, 'phone') ->textInput(); ?>
field($contact, 'message') ->textarea( [ 'rows' => 3, ] ); ?>
Отправить', [ 'class' => 'btn btn-template-main', 'onclick' => "ga('send', 'event', 'button-order', 'send')", ] ) ?>