aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/statistics/overview.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/admin/statistics/overview.php')
-rw-r--r--views/default/admin/statistics/overview.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/admin/statistics/overview.php b/views/default/admin/statistics/overview.php
index 5b366c564..c8cc682d5 100644
--- a/views/default/admin/statistics/overview.php
+++ b/views/default/admin/statistics/overview.php
@@ -22,6 +22,7 @@ echo elgg_view('admin/statistics/extend');
<h3><?php echo elgg_echo('admin:statistics:label:basic'); ?></h3>
</div>
<div class="elgg-body">
+ <?php //@todo extract this table to a view so we can use elgg_view_module ?>
<table class="elgg-table-alt">
<tr class="odd">
<td><b><?php echo elgg_echo('admin:statistics:label:version'); ?> :</b></td>
@@ -46,6 +47,7 @@ $even_odd = "";
<h3><?php echo elgg_echo('admin:statistics:label:numentities'); ?></h3>
</div>
<div class="elgg-body">
+ <?php //@todo extract this table to a view so we can use elgg_view_module ?>
<table class="elgg-table-alt">
<?php
foreach ($entity_stats as $k => $entry) {