Changeset 6411 for trunk/feed.php


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/feed.php

    r6363 r6411  
    111111$rss->title.= ' (as '.stripslashes($user['username']).')';
    112112
    113 $rss->link = $conf['gallery_url'];
     113$rss->link = get_gallery_home_url();
    114114
    115115// +-----------------------------------------------------------------------+
     
    126126    $item = new FeedItem();
    127127    $item->title = sprintf(l10n('New on %s'), format_date($dbnow) );
    128     $item->link = $conf['gallery_url'];
     128    $item->link = get_gallery_home_url();
    129129
    130130    // content creation
Note: See TracChangeset for help on using the changeset viewer.