Show
Ignore:
Timestamp:
05/03/12 21:55:00 (13 months 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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/rejected.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_REJECT_MSG'    => $custom_text, 
    4645  )