Ignore:
Timestamp:
May 28, 2010, 9:58:51 PM (14 years ago)
Author:
rvelices
Message:

merge r6368,6410 from branch-2.1 to trunk

  • merged the linkroot integration with the existing gallery_url (unique $confgallery_url used for RSS, mail homepage root in the browse path)
  • added an option $confdebug_mail - if set all outgoing mails are saved into local_data_dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r6363 r6411  
    382382                (
    383383                  'GOTO_GALLERY_TITLE' => $conf['gallery_title'],
    384                   'GOTO_GALLERY_URL' => $conf['gallery_url'],
     384                  'GOTO_GALLERY_URL' => get_gallery_home_url(),
    385385                  'SEND_AS_NAME'      => $env_nbm['send_as_name'],
    386386                )
Note: See TracChangeset for help on using the changeset viewer.