Show
Ignore:
Timestamp:
04/24/12 22:10:20 (13 months ago)
Author:
Eric
Message:

Bug 2572 fixed - Adding a local home icon on ConfirmMail, rejected and del_account pages
Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved

Merged from trunk to branch 2.4

Files:
1 modified

Legend:

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

    r13121 r14371  
    3636  else $custom_text = l10n(preg_replace($patterns, $replacements, $conf_UAM[40])); 
    3737} 
    38      
     38 
     39$Path_UAM = UAM_PATH; // Path to be used in template to reach the icons 
     40 
    3941$template->assign( 
    4042  array( 
     43    'UAM_PATH'             => $Path_UAM, 
    4144    'GALLERY_URL'          => make_index_url(), 
    4245    'CUSTOM_REJECT_MSG'    => $custom_text,