Ignore:
Timestamp:
May 3, 2012, 9:55:00 PM (12 years ago)
Author:
Eric
Message:

r14729 merged from trunk to branch 2.40 :
Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved
Bug 2621 fixed - Display of ConfirmMail, rejected and del_account pages have been improved for IE8 and IE9 render
Bug 2631 fixed - Piwigo 2.4 compliance : $confgallery_url replaced by get_gallery_home_url() for [myurl] tag
Bug 2623 fixed - Ability to customize email subjects (confirmation, information and ghostTracker email)
Bug 2628 fixed - Php notice when email is not mandatory for registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/GT_del_account.php

    r14371 r14730  
    2828  $replacements[] = $conf['gallery_title'];
    2929  $patterns[] = '#\[myurl\]#i';
    30   $replacements[] = $conf['gallery_url'];
     30  $replacements[] = get_gallery_home_url();
    3131
    3232  if (function_exists('get_user_language_desc'))
     
    4242  array(
    4343    'UAM_PATH'             => $Path_UAM,
    44     'GALLERY_URL'          => make_index_url(),
    4544    'CUSTOM_REDIR_MSG'     => $custom_text,
    4645  )
Note: See TracChangeset for help on using the changeset viewer.