2
hi,
It depends of the kind of view you are using.
The date is located in the block's code,not in the template.
Try, in the file /xoops/modules/news/blocks/news_top.php to replace
Quote:
$spotlight['date'] = formatTimestamp($tmpstory->published(), $dateformat);
with :
Quote:
and idem for :
Quote:
$news['date'] = formatTimestamp($story->published(), $dateformat);
with :
Quote:
For all the occurences
bye,
Hervé