aboutsummaryrefslogtreecommitdiff
path: root/views/default/widgets/content_stats/content.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/widgets/content_stats/content.php')
-rw-r--r--views/default/widgets/content_stats/content.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/widgets/content_stats/content.php b/views/default/widgets/content_stats/content.php
index 7086e4b9e..56772047d 100644
--- a/views/default/widgets/content_stats/content.php
+++ b/views/default/widgets/content_stats/content.php
@@ -19,7 +19,10 @@ foreach ($object_stats as $subtype => $num) {
}
echo '</table>';
+echo '<div class="mtm">';
echo elgg_view('output/url', array(
'href' => 'admin/statistics/overview',
- 'text' => 'more',
+ 'text' => elgg_echo('more'),
+ 'is_trusted' => true,
));
+echo '</div>';