<em>@micrantha 159328 wrote:</em><blockquote>Hello,
Text is hardcoded in template.
In this post you can find your answer.
Good luck,
Micrantha</blockquote>
Great, this is hard work for me, thank you.
Do you know how i can change the the headers date-funktions into other date formats?? I have found it in header.php too, but i have to customize/translate them into my language, so i need german date and time format
<!–
<p class=”ja-day”>
<?php
echo “<span class=”day”>”.date (‘l’).”</span>”;
echo “<span class=”date”>, “.date (‘M’).” “.date (‘d’).date (‘S’).”</span>”;
?>
</p>
<p class=”ja-updatetime”><span><?php echo JText::_(‘Last update’)?></span><em><?php echo $this->getLastUpdate(); ?></em></p>
–>