From 47ed052379613c3dd7e31efe7bf11dd54cb4e21b Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 9 Nov 2016 16:20:55 +0200 Subject: [PATCH] -Gallery fix (images commented out) --- frontend/views/project/_list_item.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/views/project/_list_item.php b/frontend/views/project/_list_item.php index fdb15e3..96be166 100755 --- a/frontend/views/project/_list_item.php +++ b/frontend/views/project/_list_item.php @@ -52,26 +52,26 @@ images ) && count($model->images) > 1) { - $images = array_slice($model->images, 1); - ?> -
- - - getImageUrl(), 'project_list'); - } - ?> - -
+// if(!empty( $model->images ) && count($model->images) > 1) { +// $images = array_slice($model->images, 1); +// ?> + + $model->project_id, +// ]); ?> +--> +getImageUrl(), 'project_list'); +// } +// ?> + + \ No newline at end of file -- libgit2 0.21.4