Ignore:
Timestamp:
Jan 17, 2013, 12:06:49 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] several changes (almost 2.4.a.b4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/install/default_values.inc.php

    r20180 r20202  
    1212$ecard_default_values['validity_default'] = '10';                                       //Default number of days a card is available
    1313$ecard_default_values['validity_choice'] = true;                                        //Add function for a user to choose the valid duration of an ecard
     14$ecard_default_values['image_border'] = array(                                          //Add a border to the image in the ecard page
     15                                                        'display'       => false,
     16                                                        'style'         => 'solid',
     17                                                        'width'         => '10px',
     18                                                        'color'         => '#FFFFFF',
     19);
    1420$ecard_default_values['sender_copy'] = false;                                           //Send a copy to sender
    1521$ecard_default_values['image_size'] = 'small';                                          //Size of the image in the ecard
Note: See TracChangeset for help on using the changeset viewer.