title = \Yii::t('app', 'Contact'); $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 )) { // ?> 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, // ] // ); ?> Send message', // [ // 'class' => 'btn btn-template-main', // ] // ) ?> --> --> --> -->