diff --git a/b2calendar.php b/b2calendar.php
index 6c603ff0d7..967b5346d2 100644
--- a/b2calendar.php
+++ b/b2calendar.php
@@ -92,10 +92,10 @@ if ($ak_next_month == 13) {
$ak_first_post = $wpdb->get_row("SELECT MONTH(MIN(post_date)) AS min_month, YEAR(MIN(post_date)) AS min_year FROM $tableposts");
// using text links by default
-$ak_previous_month_dim = '< ';
-$ak_previous_month_active = '< ';
-$ak_next_month_dim = ' >';
-$ak_next_month_active = ' >';
+$ak_previous_month_dim = '« ';
+$ak_previous_month_active = '« ';
+$ak_next_month_dim = ' »';
+$ak_next_month_active = ' »';
if ($ak_use_arrows == 1) {
if (mktime(0,0,0,$ak_previous_month,1,$ak_previous_year) < mktime(0,0,0,$ak_first_post->min_month,1,$ak_first_post->min_year)) {
$ak_previous_month_link = $ak_previous_month_dim;
@@ -221,9 +221,9 @@ for($i = $calendarfirst; $i<($calendarlast+86400); $i = $i + 86400) {
break;
}
echo $calendarrowend."\n";
- if (($i+86400) < ($calendarlast+86400)) {
+ //if (($i+86400) < ($calendarlast+86400)) {
echo $calendarrowstart."\n";
- }
+ //}
$newrow = 0;
}
if (date('m',$i) != $thismonth) {