update version
This commit is contained in:
parent
aaa6de6f9c
commit
bf93f6c9d0
|
@ -3,5 +3,6 @@
|
||||||
return [
|
return [
|
||||||
'adminEmail' => 'admin@example.com',
|
'adminEmail' => 'admin@example.com',
|
||||||
"maxLogs" => 100000,
|
"maxLogs" => 100000,
|
||||||
"maxPicture" => 2
|
"maxPicture" => 2,
|
||||||
|
"version" => "1.0.7"
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,28 +1,29 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use yii\widgets\Breadcrumbs;
|
use yii\widgets\Breadcrumbs;
|
||||||
use dmstr\widgets\Alert;
|
use dmstr\widgets\Alert;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<!-- <section class="content-header">
|
<!-- <section class="content-header">
|
||||||
<?=
|
<?=
|
||||||
Breadcrumbs::widget(
|
Breadcrumbs::widget(
|
||||||
[
|
[
|
||||||
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
|
'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
|
||||||
]
|
]
|
||||||
) ?>
|
)
|
||||||
|
?>
|
||||||
</section>-->
|
</section>-->
|
||||||
|
|
||||||
<section class="content" style="padding: 0 0 15px 0;">
|
<section class="content" style="padding: 0 0 15px 0;">
|
||||||
<input type="hidden" value="<?php echo Yii::$app->user->id; ?>" name="current_user_id">
|
<input type="hidden" value="<?php echo Yii::$app->user->id; ?>" name="current_user_id">
|
||||||
<?= Alert::widget() ?>
|
<?= Alert::widget() ?>
|
||||||
<?= $content ?>
|
<?= $content ?>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="pull-right hidden-xs" style="margin-top: 10px;">
|
<div class="pull-right hidden-xs">
|
||||||
<!--<b>Hotline</b> <a href="tel:0912461556">091.246.1556</a>-->
|
<b>Version</b> <?php echo Yii::$app->params["version"]; ?>
|
||||||
</div>
|
</div>
|
||||||
<!--<strong>Copyright © 2020 <a href="https://beetinnovators.com/"><img src="/images/BI_Logo.png" width="80px"></a> & <a href="https://tctech.vn/"><img src="/images/TCTech.jpg" width="80px"></a>.</strong> All rights reserved.-->
|
<!--<strong>Copyright © 2020 <a href="https://beetinnovators.com/"><img src="/images/BI_Logo.png" width="80px"></a> & <a href="https://tctech.vn/"><img src="/images/TCTech.jpg" width="80px"></a>.</strong> All rights reserved.-->
|
||||||
<strong>Copyright © 2020 <a href="https://beetinnovators.com/">BEETINNOVATORS</a>.</strong> All rights reserved.
|
<strong>Copyright © 2020 <a href="https://beetinnovators.com/">BEETINNOVATORS</a>.</strong> All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user