diff --git a/frontend/views/blog/article.php b/frontend/views/blog/article.php index 6964f93..3e9970d 100755 --- a/frontend/views/blog/article.php +++ b/frontend/views/blog/article.php @@ -45,7 +45,6 @@ _________________________________________________________ --> 'd M, Y', $model->created_at ) ?>

-

lang->body_preview ?>

diff --git a/frontend/views/site/comments.php b/frontend/views/site/comments.php index 04601d7..78aa72e 100755 --- a/frontend/views/site/comments.php +++ b/frontend/views/site/comments.php @@ -14,9 +14,6 @@
-
-

Отзывы

-
-
-

Контакты

-
Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php index 9ee126b..c35dabd 100755 --- a/frontend/views/site/price.php +++ b/frontend/views/site/price.php @@ -22,10 +22,6 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
- -
-

title?>

-
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index f51e297..5a60a7d 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -472,6 +472,14 @@ div.modal-title{ .footer-copyrights{ margin-top:-55px; } +#blog-listing-big .post .author-category, #blog-homepage .post .author-category { + color: #999999; + text-transform: uppercase; + font-weight: 300; + letter-spacing: 0.08em; + display: inline-block; + margin-right: 15px; +} @media (max-width: 991px) { .footer-copyrights{ margin-top:0; diff --git a/frontend/web/js/front.js b/frontend/web/js/front.js index e373840..12ed37a 100755 --- a/frontend/web/js/front.js +++ b/frontend/web/js/front.js @@ -125,7 +125,7 @@ function sliders() { $(".customers") .owlCarousel( { - items: 6, + items: 5, itemsDesktopSmall: [ 990, 4 -- libgit2 0.21.4