diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 14:43:33 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 14:43:33 -0700 |
commit | a469146084e7ba064f171609849c4d8590424f88 (patch) | |
tree | 0ec5ac816cfbe9b52a49a22d6b47b72781056e0d /modules/gallery/module.info | |
parent | cab5f15c319c4ae1ebf261fb1b5c172032957733 (diff) |
module.info and theme.info files now support author name, author url,
info url and discussion url fields. Those fields show up in the Admin
> Modules and Admin > Appearance > Theme Choice pages. All official
modules and themes updated to contain these values. Fixes #1696, #1698.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 74c0658f..fc522d78 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,7 @@ name = "Gallery 3" description = "Gallery core application" version = 49 +author_name = "Gallery Team" +author_url = "http://codex.gallery2.org/Gallery:Team" +info_url = "http://codex.gallery2.org/Gallery3:Module:gallery" +discuss_url = "http://gallery.menalto.com/forum_module_gallery" |