News Manager Version 2.2.4 , function nm_list_archives() brings wrong formatted result:
- see here in the sidebar: http://www.landgasthof-neueheimat-hohendorf.de/termine/
M�rz 2013
where to fix?
It's this line here in sidebar.php:
it is the correct month but wrong printout
I helped myself using
but that is not what I want... using
is ugly in german ...
Cheers, Connie
- see here in the sidebar: http://www.landgasthof-neueheimat-hohendorf.de/termine/
M�rz 2013
where to fix?
It's this line here in sidebar.php:
PHP Code:
$title = nm_get_date('%B %Y', mktime(0, 0, 0, $m, 1, $y));
it is the correct month but wrong printout
I helped myself using
PHP Code:
$title = nm_get_date('%m. %Y', mktime(0, 0, 0, $m, 1, $y));
but that is not what I want... using
PHP Code:
$title = nm_get_date('%b %Y', mktime(0, 0, 0, $m, 1, $y));
is ugly in german ...
Cheers, Connie
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18