コード例 #1
0
ファイル: int.php プロジェクト: pvidali/BCSR-1
/**
 * Output wall calendar style monthly mini-calendar to a page outside of Helios Calendar.
 * @since 2.0.0
 * @version 2.0.0
 * @param string $date [optional] calendar month to create (Default: current system date)
 * @return void
 */
function int_mini_calendar($date = SYSDATE)
{
    mini_cal_month(SYSDATE);
}
コード例 #2
0
ファイル: signin.php プロジェクト: pvidali/BCSR-1
	</nav>
	<section id="events">
		<article>
			<section>
				<fieldset id="signin">
					<legend>Select Your Account to Sign In</legend>
				<?php 
twitter_signin_button();
facebook_signin_button();
google_signin_button();
?>

				</fieldset>
			
				<p>
					Event submissions will be associated with the account you sign in with.<br />Sign in with that account again to update your events.
				</p>
			</section>
		</article>
		
		<aside>
	<?php 
mini_cal_month();
get_side();
?>
				
		</aside>
	</section>
	
	<?php 
get_footer();
コード例 #3
0
ファイル: event.php プロジェクト: pvidali/BCSR-1
    ?>

	<?php 
}
?>
			
			<h2>Similar Events</h2>
			<div id="categories">
				<?php 
event_categories($myEvnt['EventID']);
?>
			</div>
			
			<h2>&nbsp;</h2>
			<?php 
get_comments($myEvnt['CommentsID'], $myEvnt['CommentsURL'], $myEvnt['Title'], 1);
?>
			
		</article>
		
		<aside>
	<?php 
mini_cal_month($myEvnt['DateRaw']);
get_side();
?>
		
		</aside>
	</section>
	
	<?php 
get_footer();