diff --git a/calendar/templates/default/mini_cal.tpl b/calendar/templates/default/mini_cal.tpl
index 0f7aef598c..f00288aacb 100755
--- a/calendar/templates/default/mini_cal.tpl
+++ b/calendar/templates/default/mini_cal.tpl
@@ -1,3 +1,5 @@
+
+
{month} |
@@ -6,21 +8,11 @@
-
- {daynames}
-
- {display_monthweek}
+ {daynames}
+ {display_monthweek}
|
+
-
- {dayname} |
-
-
-
-
- {monthweek_day}
-
-
diff --git a/calendar/templates/default/mini_day.tpl b/calendar/templates/default/mini_day.tpl
new file mode 100755
index 0000000000..5b13bf6279
--- /dev/null
+++ b/calendar/templates/default/mini_day.tpl
@@ -0,0 +1,4 @@
+
+
+ {dayname} |
+
diff --git a/calendar/templates/default/mini_week.tpl b/calendar/templates/default/mini_week.tpl
new file mode 100755
index 0000000000..5625f51e29
--- /dev/null
+++ b/calendar/templates/default/mini_week.tpl
@@ -0,0 +1,5 @@
+
+
+ {monthweek_day}
+
+