ok, found time display on articles modified time instead of published time >.<
this code /html/com_content/article
how solve it? change modified published, become laptop's current time
code: select all
<?php if ($params->get('show_publish_date')) : ?>
<dd class="published">
<?php echo jtext::sprintf('com_content_last_updated', jhtml::_('date',$this->item->modified, jtext::_('date_format_lc2'))); ?>
</dd>
this code /html/com_content/article
how solve it? change modified published, become laptop's current time
hi,
i guess there built in option show published time of articles. please check @ admin-> article manager -> options -> show publish date -> change option show.
hope solves problem without changing joomla core files.
i guess there built in option show published time of articles. please check @ admin-> article manager -> options -> show publish date -> change option show.
hope solves problem without changing joomla core files.
Comments
Post a Comment