'links' => $extra_links,
));
-$subtitle = "$author_text $date $categories $comments_link";
+$subtitle = "<p>$author_text $date $comments_link</p>";
+$subtitle .= $categories;
// do not show the metadata and controls in widget view
if (elgg_in_context('widgets')) {
}
-echo $linkstr;
+echo '<p class="elgg-output-categories">' . elgg_echo('categories') . ": $linkstr</p>";
.elgg-icon-arrow-s:hover {
background-position: -146px -76px;
}
+.elgg-icon-tag {
+ background-position: 2px -197px;
+}
.elgg-icon-following {
background-position: -35px -100px;
width: 22px;
echo $metadata;
}
echo "<h3>$title_link</h3>";
-echo "<p class=\"elgg-subtext\">$subtitle</p>";
+echo "<div class=\"elgg-subtext\">$subtitle</div>";
echo $tags;
if ($content) {
echo "<div class=\"elgg-list-content\">$content</div>";