Clean up the themes

This commit is contained in:
danpros 2020-05-06 10:16:33 +07:00
commit fb6fac0af1
24 changed files with 61 additions and 43 deletions

View file

@ -22,7 +22,7 @@
$i++; ?>
<li class="<?php echo $class; ?>">
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> on
<span><?php echo date('d F Y', $p->date) ?></span> - Posted in <span><?php echo $p->tag ?></span>
<span><?php echo format_date($p->date) ?></span> - Posted in <span><?php echo $p->tag ?></span>
</li>
<?php endforeach; ?>
</ul>