From c4e3a7dc1d8bd1312f64a112b09c3a88dd52eea5 Mon Sep 17 00:00:00 2001 From: artweb-job Date: Mon, 3 Sep 2018 13:32:55 +0300 Subject: [PATCH] brands txt column --- frontend/views/article/_list_item.php | 2 +- frontend/views/project/_list_item.php | 2 +- frontend/views/project/view.php | 2 +- frontend/views/search/_search_item.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/views/article/_list_item.php b/frontend/views/article/_list_item.php index 0f568ad..6660fed 100755 --- a/frontend/views/article/_list_item.php +++ b/frontend/views/article/_list_item.php @@ -34,7 +34,7 @@ } ?> -
+
lang->body_preview)) { echo $model->lang->body_preview; diff --git a/frontend/views/project/_list_item.php b/frontend/views/project/_list_item.php index 3ffbed9..103eb58 100755 --- a/frontend/views/project/_list_item.php +++ b/frontend/views/project/_list_item.php @@ -37,7 +37,7 @@ ?>
-
+
lang->description_preview?:$model->lang->description; ?> diff --git a/frontend/views/project/view.php b/frontend/views/project/view.php index 2b73aa2..f49bf21 100755 --- a/frontend/views/project/view.php +++ b/frontend/views/project/view.php @@ -34,7 +34,7 @@ } ?>
-
+
lang->description; ?> diff --git a/frontend/views/search/_search_item.php b/frontend/views/search/_search_item.php index 9a869ea..b280f51 100755 --- a/frontend/views/search/_search_item.php +++ b/frontend/views/search/_search_item.php @@ -36,7 +36,7 @@ ]); ?>
-
+
lang->description; -- libgit2 0.21.4