Add in the name of the month in the MONTH VIEW
This commit is contained in:
parent
679248b96f
commit
5c47d960ae
|
@ -4,7 +4,7 @@
|
|||
<!-- start scheduler -->
|
||||
<div class="content">
|
||||
<div class="container_elements">
|
||||
<h1>##Monthly View##</h1>
|
||||
<h1>##Monthly View## : {$SCHEDULER->curr.monthname}</h1>
|
||||
<table class="scheduler_month">
|
||||
<tr>
|
||||
{foreach from=$SCHEDULER->Week item="_Weekday"}
|
||||
|
|
Loading…
Reference in New Issue