diff --git a/Theme/Backend/Components/Calendar/mini.tpl.php b/Theme/Backend/Components/Calendar/mini.tpl.php
index c9b455b..409d964 100644
--- a/Theme/Backend/Components/Calendar/mini.tpl.php
+++ b/Theme/Backend/Components/Calendar/mini.tpl.php
@@ -16,9 +16,9 @@
= $this->getHtml('Saturday', 'Calendar'); ?>
calendar->getDate()->getMonthCalendar(0); $isActiveMonth = false;
- for($i = 0; $i < 6; $i++) : ?>
+ for ($i = 0; $i < 6; $i++) : ?>
- format('d') === 1) ? !$isActiveMonth : $isActiveMonth;
?>
diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php
index f093d9a..c349293 100644
--- a/Theme/Backend/calendar-dashboard.tpl.php
+++ b/Theme/Backend/calendar-dashboard.tpl.php
@@ -33,9 +33,9 @@ $calendar = $this->getData('calendar');
- = $this->getHtml('Saturday'); ?>
getDate()->getMonthCalendar(0); $isActiveMonth = false;
- for($i = 0; $i < 6; $i++) : ?>
+ for ($i = 0; $i < 6; $i++) : ?>
- format('d') === 1) ? !$isActiveMonth : $isActiveMonth;
?>