Topic: Rename archive file

I've installed the latest version of CuteNews...works very fine.
I've made an archive of the news of 2013 and use show_archive to show the archives.
I wanna change the title of an archive...it is now the start date with the end date.

How van I change the title of an archive?

Thanks in advance!!

Frans

Re: Rename archive file

I took a look at show_archives.php
Found the line:

echo "[url=]".date("d M Y", $info['min']) ." – ".date("d M Y", $info['max'])." ([b]$count[/b])[/url]
";


and changed it in

echo "[url=]".date("Y", $info['max'])."[/url] bevat ".$count." items.
";

works fine ! https://cutephp.com/forum/style_emoticons/default/smile.gif