Ignore:
Timestamp:
Apr 24, 2012, 10:10:20 PM (12 years 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/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,
Note: See TracChangeset for help on using the changeset viewer.