Minor changes on dashboard

This commit is contained in:
Diego Najar 2017-10-07 02:49:47 +02:00
parent 5fa3f56ed4
commit 66c04835ff
1 changed files with 5 additions and 2 deletions

View File

@ -122,10 +122,13 @@
<table class="uk-table statistics">
<tbody>
<tr>
<td><?php $Language->p('Content') ?></td>
<td><?php echo $dbPages->count() ?></td>
<td><?php $Language->p('Published') ?></td>
<td><?php echo count($dbPages->getPublishedDB()) ?></td>
</tr>
<tr>
<td><?php $Language->p('Static') ?></td>
<td><?php echo count($dbPages->getStaticDB()) ?></td>
</tr>
<td><?php $Language->p('Users') ?></td>
<td><?php echo $dbUsers->count() ?></td>
</tr>