summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 16:57:51 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 16:57:51 -0500
commit48b55301d4906799454fe78fedddf384a454c786 (patch)
tree9aa013d5d503821d96bbfcd3a214178c87886f98 /actions/showstream.php
parent1ea47843d2e44b926f71690a30d7dd8202932e99 (diff)
show self-tags
darcs-hash:20081120215751-84dde-8954f2dd5be0a333329d035a649676193c8844e9.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 3b8f71114..7f50566f2 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -375,6 +375,9 @@ class ShowstreamAction extends StreamAction {
common_element('dd', 'subscribers', (is_int($subbed_count)) ? $subbed_count : '0');
common_element('dt', 'notices', _('Notices'));
common_element('dd', 'notices', (is_int($notice_count)) ? $notice_count : '0');
+ # XXX: link these to something
+ common_element('dt', 'tags', _('Tags'));
+ common_element('dd', 'tags', implode(' ', Profile_tag::getTags($profile->id, $profile->id)));
common_element_end('dl');
common_element_end('div');