550eac02
Administrator
second
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$this->title = 'Обратный звонок';
$this->registerMetaTag(['name' => 'description', 'content' => 'Обратный звонок']);
$this->registerMetaTag(['name' => 'keywords', 'content' => 'Обратный звонок']);
?>
<nav class="bread-crumbs">
<?= Breadcrumbs::widget([
'links' => [
'Обратный звонок'
],
]) ?>
<div class="both"></div>
</nav>
<div class="layout">
<div class="content">
<h1>Обратный звонок</h1>
Мы получили от Вас сообщение! Мы свяжемся с Вами в ближайшее время.
</div>
|