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

address )) { echo $settings->address; } ?>

phone )) { ?>

phone), 'tel:' . $settings->phone); if (!empty( $settings->phone2 )) { echo '
'; echo Html::a( Html::tag('strong', $settings->phone2), "tel:" . $settings->phone2 ); } ?>

email )) { ?>

e-mail

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

renderForm($this)?>