This is consistent with the year display, and I think it is less
visually confusing than using the full month names.
if (exists $pagesources{"$archivebase/$pyear/$pmonth"}) {
$purl = htmllink($params{page}, $params{destpage},
"$archivebase/$pyear/$pmonth",
if (exists $pagesources{"$archivebase/$pyear/$pmonth"}) {
$purl = htmllink($params{page}, $params{destpage},
"$archivebase/$pyear/$pmonth",
- linktext => " $pmonthname ");
+ linktext => " \&larr ");
}
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
deptype("presence"));
if (exists $pagesources{"$archivebase/$nyear/$nmonth"}) {
$nurl = htmllink($params{page}, $params{destpage},
"$archivebase/$nyear/$nmonth",
}
add_depends($params{page}, "$archivebase/$pyear/$pmonth",
deptype("presence"));
if (exists $pagesources{"$archivebase/$nyear/$nmonth"}) {
$nurl = htmllink($params{page}, $params{destpage},
"$archivebase/$nyear/$nmonth",
- linktext => " $nmonthname ");
+ linktext => " \&rarr ");
}
add_depends($params{page}, "$archivebase/$nyear/$nmonth",
deptype("presence"));
}
add_depends($params{page}, "$archivebase/$nyear/$nmonth",
deptype("presence"));