This commit is contained in:
Dennis Eichhorn 2017-10-02 09:49:15 +02:00
parent 7f327fad53
commit d397a8cea3

View File

@ -8,6 +8,7 @@ $calendar = $this->getData('calendar');
] ]
} }
]'> ]'>
<div class="box wf-100">
<ul class="weekdays green"> <ul class="weekdays green">
<li><?= $this->getHtml('Sunday'); ?> <li><?= $this->getHtml('Sunday'); ?>
<li><?= $this->getHtml('Monday'); ?> <li><?= $this->getHtml('Monday'); ?>
@ -35,3 +36,4 @@ $calendar = $this->getData('calendar');
</ul> </ul>
<?php endfor;?> <?php endfor;?>
</div> </div>
</div>