Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

feature 2541 multisize

  • core implementation + usage on most public/admin pages
  • still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r12546 r12796  
    190190    if ($row['level'] <= $user['level'])
    191191    {
    192       $row['tn_src'] = get_thumbnail_url($row);
     192      $row['tn_src'] = DerivativeImage::thumb_url($row);
    193193      $infos_of_image[$row['id']] = $row;
    194194    }
     
    237237    while ($row = pwg_db_fetch_assoc($result))
    238238    {
    239       $row['tn_src'] = get_thumbnail_url($row);
     239      $row['tn_src'] =  DerivativeImage::thumb_url($row);
    240240      $infos_of_image[$row['id']] = $row;
    241241    }
Note: See TracChangeset for help on using the changeset viewer.