Commit 09585bf3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 58dd6c9a
...@@ -92,6 +92,10 @@ WidgetAssetBundle::register($this); ...@@ -92,6 +92,10 @@ WidgetAssetBundle::register($this);
</div> </div>
</section> </section>
<div class="white-popup-block mfp-hide">
<?= RegistrationWidget::widget(); ?>
</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">
......
...@@ -51,7 +51,7 @@ $elements = [ ...@@ -51,7 +51,7 @@ $elements = [
return [ return [
'activeForm'=>[ 'activeForm'=>[
'id'=>'reg_form_popup', 'id'=>'registration_form',
'options' => [ 'options' => [
'enctype' => 'multipart/form-data', 'enctype' => 'multipart/form-data',
'class' =>'validreg_form2', 'class' =>'validreg_form2',
......
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