Пример #1
0
echo date('d-m-Y') . '&mode=day';
?>
" class="button-link">MU Today</a>
			<div class="sidebar-module">
				<div class="module-content">
					<?php 
echo $cal->generateMinical();
?>
				</div>
			</div>

			<div class="sidebar-module">
				<h1>Categories</h1>
				<div class="module-content">				
					<?php 
echo $cal->generateCategoryList();
?>
				</div>
			</div>
			
			<div class="sidebar-module">
				<h1>Search University Events</h1>
				<div class="module-content">
					<p>To search the Millersville University Calendar, type a keyword in the field below and click the <strong>"Go"</strong> button.</p>
					<form action="index.php" id="cal-search" method="get">
						<input name="date" type="hidden" value="<?php 
echo $args['date'];
?>
" />
						<input name="mode" type="hidden" value="<?php 
echo $cal->dateMode;