Wrong time I have moved site to US host and now 'Posted' time is wrong. (im CET) Any way to fix this in free version? edit: Also I would like to know how reduce space between Main and Extended News. Its always 3 lines. I want it 2.. thx [Edited by beo on 2007-06-15 01:44:00]
Wrong time Add at the top (after global $insert of the story, news_col_news and news templates the following code: Code: $offset = 3600 * 6; // 6 hours $story_time = strtotime($insert[story_time]) + $offset; $insert[story_time] = date("Y-m-d H:i:s",$story_time); You find the HTML code in template story