Changeset 3243 for trunk/admin


Ignore:
Timestamp:
Apr 21, 2009, 7:04:22 PM (15 years ago)
Author:
rub
Message:

Resolved issue 0000974: Adding a link to the gallery in the notification of inscription

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r3049 r3243  
    416416        $section_action_by = ($is_subscribe ? 'subscribe_by_' : 'unsubscribe_by_');
    417417        $section_action_by .= ($is_admin_request ? 'admin' : 'himself');
    418         $env_nbm['mail_template']->assign( $section_action_by, true );
     418        $env_nbm['mail_template']->assign
     419        (
     420          array
     421          (
     422            $section_action_by => true,
     423            'GOTO_GALLERY_TITLE' => $conf['gallery_title'],
     424            'GOTO_GALLERY_URL' => $conf['gallery_url'],
     425          )
     426        );
    419427
    420428        if (pwg_mail
Note: See TracChangeset for help on using the changeset viewer.