How can I change the shown date (day of week) in the image show module?
It's always in english and I want it to be in german
# date
Sa 3. Mär 20:47:17 CET 2012
# locale -a
C
de_DE
de_DE@euro
de_DE.iso88591
de_DE.iso885915@euro
de_DE.utf8 deutsch german POSIX
setlocale(LC_TIME, "de_DE");
if($show_date == 'true') :
setlocale(LC_TIME, "de_DE");
$gk_is_date = JHTML::_('date', $this->slides_additional_data[$this->slides[$i]['article']]['date'], $this->config['pagination_date_format']);
text_position=246;
text_height=100;
show_text_block=true;
clean_xhtml=true;
wordcount=24;
title_char_amount=27;
slide_links=true;
preloading=true;
pagination=true;
pagination_cols=4;
pagination_date=true;
pagination_limit=39;
pagination_date_format=%e. %B %Y;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
animation_type=opacity;
readmore_text=Weiterlesen;
show_info=true;
date_format=%A, %e. %B %Y;
author_name=name;
info_format=%date von %author;
Heart wrote:Ahm... I've said we discussing J1.5 sporter template here
And for J1.5 I'm using the latest versions of image show module and photoslide I've found here on gavick.com!!!