From 2bb30caa6d4efd2dd5a8c193b28007fae4b0b04c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Mar 2017 10:28:00 +0200 Subject: [PATCH] -Morning commit --- backend/views/site/index.php | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/backend/views/site/index.php b/backend/views/site/index.php index 3854e2c..72188c0 100644 --- a/backend/views/site/index.php +++ b/backend/views/site/index.php @@ -2,9 +2,8 @@ /* @var $this yii\web\View */ + use artweb\artbox\core\helpers\ImageHelper; use artweb\artbox\gentelella\widgets\XPanel; - use yii\bootstrap\Carousel; - use yii\bootstrap\Collapse; $this->title = 'My Yii Application'; ?> @@ -17,25 +16,8 @@ ); echo "Velox nuclear vexatum iaceres ducunt ad eleates."; $panel::end(); -?> -
-
-
-

Test

- -
-
-
Velox nuclear vexatum iaceres ducunt ad eleates.
-
-
+ + return ImageHelper::set('@storage/test.jpg') + ->resize(150, 150) + ->done(); + -- libgit2 0.21.4