diff options
Diffstat (limited to 'views/default/admin/statistics.php')
-rw-r--r-- | views/default/admin/statistics.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php index 75ece8eb1..7bc3bca6e 100644 --- a/views/default/admin/statistics.php +++ b/views/default/admin/statistics.php @@ -11,12 +11,10 @@ */
global $CONFIG;
-
- // echo "<p>" . autop(elgg_echo("admin:statistics:description")) . "</p>";
-
+
?>
- <!-- <p>
+ <div class="contentWrapper"><span class="contentIntro">
<?php echo elgg_echo('admin:statistics:description'); ?>
<a href="http://elgg.com/"><?php echo elgg_echo('learnmore'); ?></a>
- </p> -->
\ No newline at end of file + </span></div>
\ No newline at end of file |