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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/widgets/content_stats/content.php b/views/default/widgets/content_stats/content.php
index 7086e4b9e..6a652166c 100644
--- a/views/default/widgets/content_stats/content.php
+++ b/views/default/widgets/content_stats/content.php
@@ -19,7 +19,9 @@ 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'),
));
+echo '</div>';