Commit 9526af3bcec3c3d991514fba92590e34204af018

Authored by Alexey Boroda
1 parent 729b06da

-Image Helper ready

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
backend/views/site/index.php
... ... @@ -6,6 +6,4 @@
6 6  
7 7 $this->title = 'My Yii Application';
8 8  
9   - echo ImageHelper::set('@storage/test.jpg')
10   - ->strictResize(500, 500)
11   - ->renderImage();
12 9 \ No newline at end of file
  10 +
13 11 \ No newline at end of file
... ...