Skip to content

Commit

Permalink
"Last visit date: Today" in profilebox Kunena#2301
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Feb 22, 2014
1 parent b395791 commit 9f8fb40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@
<?php if ($this->config->userlist_lastvisitdate || $me->isModerator()) : ?>
<li>
<strong> <?php echo JText::_('COM_KUNENA_MYPROFILE_LASTVISITDATE'); ?>:</strong>
<span title="<?php echo $profile->getLastVisitDate()->toKunena('ago'); ?>"> <?php echo $profile->getLastVisitDate()->toKunena('date_today', 'utc'); ?> </span>
<span title="<?php echo $profile->getLastVisitDate()->toKunena('ago'); ?>"> <?php echo $profile->getLastVisitDate()->toKunena('config_post_dateformat', 'ago'); ?> </span>
</li>
<?php endif; ?>
<li>
Expand Down

0 comments on commit 9f8fb40

Please sign in to comment.