diff --git a/.gitignore b/.gitignore index 346d3b2..566d958 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,6 @@ nbproject # windows thumbnail cache Thumbs.db -# composer vendor dir -/vendor - # composer itself is not needed composer.phar diff --git a/backend/views/schools/_form.php b/backend/views/schools/_form.php index 127c627..f1b6106 100644 --- a/backend/views/schools/_form.php +++ b/backend/views/schools/_form.php @@ -62,7 +62,7 @@ $this->registerJsFile('@web/js/vendor/bower/jquery-file-upload/js/jquery.fileupl getGallery() as $image){ - echo $this->render('@app/views/goods/_gallery_item', [ 'item' => ['image'=>$image]]); + echo $this->render('@app/views/site/_gallery_item', [ 'item' => ['image'=>$image]]); } ?> -- libgit2 0.21.4