1
0
aclindsay.com/calendar/index.php

11 lines
891 B
PHP
Raw Normal View History

2011-02-24 14:25:26 -05:00
<?php include("../header_top.php"); ?>
<title>Aaron's Calendar - aclindsay.com</title>
<?php include("../header_bottom.php"); ?>
<div id="content">
<h2>Aaron's Calendar</h2>
<iframe src="https://www.google.com/calendar/b/0/embed?showTitle=0&amp;showPrint=0&amp;showCalendars=0&amp;mode=WEEK&amp;height=600&amp;wkst=1&amp;hl=en&amp;bgcolor=%23eee&amp;src=1ogmja9g7rlpa1ftedsc648dmc%40group.calendar.google.com&amp;color=%23A32929&amp;src=4md2hv2oii62t7rs7eksnohptc%40group.calendar.google.com&amp;color=%23B1440E&amp;src=omt0tq084mmeoa7v0st7ebmsqg%40group.calendar.google.com&amp;color=%2328754E&amp;src=aclindsa%40gmail.com&amp;color=%232952A3&amp;src=2gco5ql21vvh2g36p80vbdch00%40group.calendar.google.com&amp;color=%235229A3&amp;ctz=America%2FNew_York" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
2011-02-24 14:25:26 -05:00
</div>
<?php include("../footer.php"); ?>