diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 4b4d6ed..1212679 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -134,7 +134,20 @@ JS; gtag('config', 'ga_code?>'); - + @@ -288,6 +301,11 @@ _________________________________________________________ --> ); } ?> + language);?> +
+ >ru + >ua +
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index b726a9a..4a59de9 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -573,4 +573,16 @@ div.modal-title{ right: 25px; bottom: 25px; } +} +.langs { + text-transform: uppercase; + line-height: 23px; + margin-top: 2px; + margin-bottom: -2px; +} +.langs a.active { + color: #5cbfa9!important; + font-weight: bold; + cursor:default; + text-decoration:none; } \ No newline at end of file -- libgit2 0.21.4