This commit is contained in:
Catouse
2018-05-23 10:02:54 +08:00
7 changed files with 28 additions and 1 deletions
+6
View File
@@ -33,6 +33,7 @@
<div id="mainContent" class="main-content">
<div id="dynamics">
<?php if(!empty($dateGroups)):?>
<?php $firstAction = '';?>
<?php foreach($dateGroups as $date => $actions):?>
<?php $isToday = date(DT_DATE4) == $date;?>
@@ -63,6 +64,11 @@
</ul>
</div>
<?php endforeach;?>
<?php else:?>
<div class="text-center text-muted">
<?php echo $lang->action->noDynamic;?>
</div>
<?php endif;?>
</div>
<?php if(!empty($firstAction)):?>
<?php