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_default.inc.php

    r12546 r12796  
    114114  $tpl_var = array(
    115115    'ID' => $row['id'],
    116     'TN_SRC' => get_thumbnail_url($row),
     116    'TN_SRC' => DerivativeImage::thumb_url($row),
    117117    'TN_ALT' => htmlspecialchars(strip_tags($name)),
    118118    'TN_TITLE' => get_thumbnail_title($row),
Note: See TracChangeset for help on using the changeset viewer.