Commit d1721449fd942c3de4aa6928fe3dd3b764a3f156
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/company.php
... | ... | @@ -220,7 +220,7 @@ |
220 | 220 | } |
221 | 221 | ?> |
222 | 222 | </div> |
223 | - <div class="performer-vacancy-sidebar-img style"><?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180)); ?></div> | |
223 | + <div class="performer-vacancy-sidebar-img style"><?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180,180)); ?></div> | |
224 | 224 | <div class="performer-vacancy-sidebar-all style"> |
225 | 225 | <?= $this->render('/patrial/social_list', [ |
226 | 226 | 'params' => $this->params, | ... | ... |
frontend/views/layouts/gallery-company.php
... | ... | @@ -218,7 +218,7 @@ |
218 | 218 | ?> |
219 | 219 | </div> |
220 | 220 | <div class="performer-vacancy-sidebar-img style"> |
221 | - <?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180)); ?> | |
221 | + <?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180,180)); ?> | |
222 | 222 | </div> |
223 | 223 | </div> |
224 | 224 | </div> | ... | ... |