Commit 62b8b288b5a5a653ffc4bc86f15ff19b4d2b0a87

Authored by Administrator
1 parent f48365c3

26.05.16 change image download (git strange error, pay attention for this)

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
common/config/main.php
@@ -115,8 +115,8 @@ return [ @@ -115,8 +115,8 @@ return [
115 ], 115 ],
116 'mainmenu' => [ 116 'mainmenu' => [
117 'resize' => [ 117 'resize' => [
118 - 'width' => 160,  
119 - 'height' => 170, 118 + 'width' => 128,
  119 + 'height' => 128,
120 'master' => null 120 'master' => null
121 ], 121 ],
122 ], 122 ],