virtualogik
09-22-2007, 10:53 PM
I'm trying to change the date appearing at the top here from English to French (just below the search box at the top):
http://www.quebeblogues.com/index.php
I've applied the french translation (which didn't change anything)... I've found the code in the header.tpl which is calling in this date to be printed:
<div class="date">
{$smarty.now|date_format:"%A, %B %e, %Y"}
</div>
And wow... what's that? How do we change this from english to french? Can I manually update the months to french anywhere in a database or something (I don't need the english language..)
Thanks!
http://www.quebeblogues.com/index.php
I've applied the french translation (which didn't change anything)... I've found the code in the header.tpl which is calling in this date to be printed:
<div class="date">
{$smarty.now|date_format:"%A, %B %e, %Y"}
</div>
And wow... what's that? How do we change this from english to french? Can I manually update the months to french anywhere in a database or something (I don't need the english language..)
Thanks!