Commit f58fad88 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем форму

parent d2d6afd7
...@@ -98,7 +98,7 @@ WidgetAssetBundle::register($this); ...@@ -98,7 +98,7 @@ WidgetAssetBundle::register($this);
<?= LoginWidget::widget(); ?> <?= LoginWidget::widget(); ?>
</div> </div>
<?php /*if (Yii::$app->user->isGuest):?> <?php if (Yii::$app->user->isGuest):?>
<section class="sh_ft"> <section class="sh_ft">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
...@@ -119,6 +119,6 @@ WidgetAssetBundle::register($this); ...@@ -119,6 +119,6 @@ WidgetAssetBundle::register($this);
</div> </div>
</div> </div>
</section> </section>
<?php endif;*/?> <?php endif;?>
<?php echo $this->render('@app/views/layouts/footer'); ?> <?php echo $this->render('@app/views/layouts/footer'); ?>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment