Commit 2c99ade69de6fcc45aab76e31d86c006bd72ca7d
1 parent
cefc2aa6
23.05.16
Showing
1 changed file
with
1 additions
and
1 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, | ... | ... |