Changeset 6410 for branches/2.1/feed.php


Ignore:
Timestamp:
May 28, 2010, 9:55:03 PM (14 years ago)
Author:
rvelices
Message:
  • 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
  • branches/2.1/feed.php

    r6364 r6410  
    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.