summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-05 02:46:18 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-05 02:46:18 -0400
commit31b9d1e9d386d89b785391a20e1b0bcb4a9d86df (patch)
tree66dd1cd2ef3777d0944ffb5be79bcd698ce46661 /actions/showstream.php
parent83dd5b38150a04eaac1cb5e31f86cf249685d16a (diff)
move member since to statistics
darcs-hash:20080705064618-84dde-11f2909f8d768f96673979f31a7ee914df1f5987.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 4724a6fce..7e83396f8 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -141,10 +141,6 @@ class ShowstreamAction extends StreamAction {
common_element('h1', NULL, $profile->nickname);
}
- # XXX: i18n
-
- common_element('p', 'membersince', _t('Member since: ') .
- date('j M Y', strtotime($profile->created)));
if ($profile->location) {
common_element('p', 'location', $profile->location);
@@ -282,6 +278,10 @@ class ShowstreamAction extends StreamAction {
# Other stats...?
common_element_start('dl', 'statistics');
+ common_element('dt', 'membersince', _t('Member since'));
+ common_element('dd', 'membersince', date('j M Y',
+ strtotime($profile->created)));
+
common_element_start('dt', 'subscriptions');
common_element('a', array('href' => common_local_url('subscriptions',
array('nickname' => $profile->nickname))),