Ignore:
Timestamp:
Jan 13, 2013, 7:20:54 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] add the capacity to the choose the size of the image of the ecard

File:
1 edited

Legend:

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

    r20088 r20103  
    99$ecard_default_values['validity_choice'] = '1';                                         //Add function for a user to choose the valid duration of an ecard
    1010$ecard_default_values['sender_copy'] = false;                                           //Send a copy to sender
     11$ecard_default_values['image_size'] = 'small';                                          //Size of the image in the ecard
    1112$ecard_default_values['sender_email_change'] = false;                           //Possibility for the user to change the sender email
    1213$ecard_default_values['email_format'] = array('text', 'html');          //Type of mail sent : 'text' or 'html' or both
Note: See TracChangeset for help on using the changeset viewer.