Example #1
0
?>
</a></td>
                <td width="33%" align="center"><div class="headerPageText"><?php 
echo $currentMonthName . ' ' . $year;
?>
</div></td>
                <td width="33%" align="right"><a href="/yongo/project/calendar/<?php 
echo $projectId;
?>
/<?php 
echo $nextMonth;
?>
/<?php 
echo $nextYear;
?>
" class="btn ubirimi-btn"><?php 
echo $nextMonthName;
?>
</a></td>
            </tr>
        </table>
        <div class="separationVertical"></div>

        <?php 
echo Util::drawYongoProjectCalendar($projectId, $month, $year, $loggedInUserId);
?>
    </div>
    <?php 
require_once __DIR__ . '/../_footer.php';
?>
</body>