diff options
author | Friendika <info@friendika.com> | 2011-01-12 21:04:49 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-12 21:04:49 -0800 |
commit | 9d6f3aa4dd43af69d490d0fe8d355893a206e73f (patch) | |
tree | a792b4b14378bc266d60374e879a1fb12fc29c47 /view | |
parent | 89a28bf0f7b43c4bafdfde794066aefe705efa89 (diff) | |
download | volse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.tar.gz volse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.tar.bz2 volse-hubzilla-9d6f3aa4dd43af69d490d0fe8d355893a206e73f.zip |
add owner's birthday information to feed (if allowed to)
Diffstat (limited to 'view')
-rw-r--r-- | view/atom_feed.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/atom_feed.tpl b/view/atom_feed.tpl index e993a622e..3b2df2f67 100644 --- a/view/atom_feed.tpl +++ b/view/atom_feed.tpl @@ -22,4 +22,5 @@ <uri dfrn:updated="$uridate" >$profile_page</uri> <link rel="photo" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> <link rel="avatar" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> + $birthday </author> |