diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-11 21:19:13 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-11 21:19:13 -0700 |
| commit | f369b8fabfdffe475464827d6225b2d4895aadb5 (patch) | |
| tree | d0b9fb7622ab8b2fc5464ce9cb82674a3adeae75 /modules/gallery | |
| parent | 0b23433d947bb986db9b1d5775631306e23ed1f4 (diff) | |
| parent | 4877f968b4d92c69e2fbecef6c6b1666b8af67f8 (diff) | |
Merge branch 'master' of git@github.com:talmdal/gallery3
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/helpers/gallery_event.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index aa11b7c0..b652d9a4 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -43,4 +43,8 @@ class gallery_event_Core { module::clear_var("gallery", "choose_default_tookit"); } } + + static function request_feed_links($event_data) { + $event_data->feeds[t("New photos or movies")] = url::site("rss/updates"); + } } |
