Заранее спасибо))
в файле
system\controllers\photos\actions\upload.php
строка примерно 114
меняем
'big' => $uploader->resizeImage($result['path'], array('width'=>600, 'height'=>460, 'square'=>false)), 'normal' => $uploader->resizeImage($result['path'], array('width'=>160, 'height'=>160, 'square'=>true)), 'small' => $uploader->resizeImage($result['path'], array('width'=>64, 'height'=>64, 'square'=>true)) );
'original' => $result['url'], 'big' => $uploader->resizeImage($result['path'], array('width'=>600, 'height'=>460, 'square'=>false)), 'normal' => $uploader->resizeImage($result['path'], array('width'=>160, 'height'=>160, 'square'=>true)), 'small' => $uploader->resizeImage($result['path'], array('width'=>64, 'height'=>64, 'square'=>true)) );
в
templates\default\controllers\photos\view.tpl.php
строка 63
меняем
<?php echo html_image($photo['image'], 'big', $photo['title']); ?>
<?php echo html_image($photo['image'], 'original', $photo['title']); ?>
изменения будут работать при новых загруженых фото