diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:43:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:43:41 +0000 |
commit | da7b79b47b1ff1ab721f6277c722175ca7b8bdbd (patch) | |
tree | 13a15a4228dd52217c2e7d6644923ef52d0a6433 /include | |
parent | c9efc7e0bf4db8a8e8381afdfa5a182300e25ae8 (diff) |
- the author in RSS feed can be configured in config_default.inc.php
git-svn-id: http://piwigo.org/svn/trunk@2595 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f89d0a54a..7a145709e 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -613,6 +613,9 @@ $conf['recent_post_dates'] = array( 'NBM' => array('max_dates' => 7, 'max_elements' => 3, 'max_cats' => 9) ); +// the author shown in the RSS feed <author> element +$conf['rss_feed_author'] = 'Piwigo notifier'; + // +-----------------------------------------------------------------------+ // | Set admin layout | // +-----------------------------------------------------------------------+ |