Browse Source

Update profile.html.php

pull/680/head
danpros 1 year ago
parent
commit
82d75b256e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      themes/logs/profile.html.php

+ 1
- 1
themes/logs/profile.html.php View File

@ -13,7 +13,7 @@
<ul class="post-list">
<?php foreach ($posts as $p): ?>
<li class="item">
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> <?php echo i18n('by');?>
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> -
<span><?php echo format_date($p->date) ?></span> - <?php echo i18n('Posted_in');?> <span><?php echo $p->category; ?></span>
</li>
<?php endforeach; ?>


Loading…
Cancel
Save