Show
Ignore:
Timestamp:
01/12/12 22:37:28 (4 months ago)
Author:
plg
Message:

feature 2548, multiple size:

* adapt the upload script

* remove the resize settings screen

* add a new screen [Administration > Configuration > Options > Photo Sizes]

with the ability to resize original after upload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/uploadify/uploadify.php

    r11963 r12879  
    7373$image_infos = pwg_db_fetch_assoc(pwg_query($query)); 
    7474 
    75 $thumbnail_url = preg_replace('#^'.PHPWG_ROOT_PATH.'#', './', get_thumbnail_url($image_infos)); 
     75$thumbnail_url = preg_replace('#^'.PHPWG_ROOT_PATH.'#', './', DerivativeImage::thumb_url($image_infos)); 
    7676 
    7777$return = array(