Код: Выделить всё
$sizes = array(
'120x120' => 'large',
'60x60' => 'small',
'200x200' => 'very large',
'90x90' => 'medium',
...
должно быть:
[*]60x60[*]90x90
[*]120x120
[*]200x200
[*]...
Подробнее здесь: https://stackoverflow.com/questions/553 ... umeric-key