web/wp-content/themes/IRI-Theme/home.php
branchwordpress
changeset 132 4d4862461b8d
parent 129 df612fc5a5de
child 133 c0473fcf3be5
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
    48 	</div>
    48 	</div>
    49 	<hr></hr>
    49 	<hr></hr>
    50 	
    50 	
    51 <!-- AGENDA  BOX -->
    51 <!-- AGENDA  BOX -->
    52 	<h3><?php _e("Agenda "); ?>
    52 	<h3><?php _e("Agenda "); ?>
    53 	<?php
    53 	<?
    54 	  // iCalendar link.
    54 	  // iCalendar link.
    55 		$webcal = get_option('home') . "/?ec3_ical";
    55 		$webcal = get_option('home') . "/?ec3_ical";
    56 	  // Macintosh always understands webcal:// protocol.
    56 	  // Macintosh always understands webcal:// protocol.
    57 	  // It's hard to guess on other platforms, so stick to http://
    57 	  // It's hard to guess on other platforms, so stick to http://
    58 	  if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X'))
    58 	  if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X'))