]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show self-tags
authorEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 21:57:51 +0000 (16:57 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 21:57:51 +0000 (16:57 -0500)
darcs-hash:20081120215751-84dde-8954f2dd5be0a333329d035a649676193c8844e9.gz

actions/showstream.php

index 3b8f71114954f69090156792eba53951d8aa4827..7f50566f28792755ce009a7038a707bd9e77ad1a 100644 (file)
@@ -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');