Ignore:
Timestamp:
Dec 11, 2012, 4:54:12 PM (11 years ago)
Author:
mistic100
Message:

allow to choose shared size, compatible with 'question_mark_in_url'=false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TumblrShare/admin.php

    r19361 r19394  
    1212    'type' => $_POST['type'],
    1313    'position' => $_POST['position'],
     14    'img_size' => $_POST['img_size'],
    1415    );
    1516 
     
    2425  'type' => $conf['TumblrShare']['type'],
    2526  'position' => $conf['TumblrShare']['position'],
     27  'img_size' => $conf['TumblrShare']['img_size'],
     28  'img_sizes' => array_merge(ImageStdParams::get_all_types(), array('Original')),
    2629  'TUMBLR_PATH' => TUMBLR_PATH,
    2730));
Note: See TracChangeset for help on using the changeset viewer.