diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 15e41dc..82fdf80 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -13,7 +13,7 @@ use frontend\assets\AppAsset; use yii\bootstrap\ActiveForm; use yii\bootstrap\Nav; - use yii\helpers\Html; + use yii\bootstrap\Html; use yii\web\View; use yii\widgets\Breadcrumbs; @@ -25,414 +25,427 @@ ?> beginPage() ?> - - - - - - - - - - <?= Html::encode($seo->title) ?> - head() ?> - - - beginBody() ?> -
-
- -
-
-
-
- - -
-
- -
-
-
-
- - - -
- - - - - - - - - - - - - - -
-
-
-
-

h1 ?>

-
-
- isset($this->params[ 'breadcrumbs' ]) ? $this->params[ 'breadcrumbs' ] : [], - ] - ) ?> - -
-
-
-
- - - - - - + + - -
-
-
-

Do you want cool website like this one?

-
- -
-
- - - - - - - - - - - - - - - - - - -
Scroll ↓
- - -
- - endBody() ?> - - + + endBody() ?> + + endPage() ?> \ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 990a9eb..386a8f5 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -115,4 +115,12 @@ #content { height: 2000px; +} + +#top .social a:hover.vk { + background: #507299; +} + +#top .social a:hover.odnoklassniki { + background: #ee8208; } \ No newline at end of file -- libgit2 0.21.4