equal
deleted
inserted
replaced
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')) |