Changeset 13100


Ignore:
Timestamp:
2006-10-12T15:44:03+13:00 (18 years ago)
Author:
mdewsnip
Message:

Changed the small image size from 125 to 225 (for the new place pages).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/perllib/plugins/CICPlug.pm

    r13091 r13100  
    7979    { 'name' => "small_image_width",
    8080      'type' => "string",
    81       'deft' => "125",
     81      'deft' => "225",
    8282      'reqd' => "no" }
    8383  ];
     
    11901190    # Only scale down the place image if it is bigger than the desired width
    11911191    my $place_image_variant_desired_width = $self->{$place_image_variant_size . '_image_width'};
     1192
    11921193    if ($place_image_width > $place_image_variant_desired_width) {
    11931194    # Only generate the place image variant if it doesn't already exist, or if the place image is newer
Note: See TracChangeset for help on using the changeset viewer.