Changeset 2486 for trunk/app/views/colleges/calendar.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/colleges/calendar.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/colleges/calendar.ctp
r2450 r2486 8 8 echo $this->Html->div(null, null, array('style'=>'margin:10px auto;text-align:center;')); 9 9 $title = 'Calendario '.$data['College']['name']; 10 $lang = $ session->check('Auth') ? $session->read('Auth.User.lang') : 'es';10 $lang = $this->Session->check('Auth') ? $this->Session->read('Auth.User.lang') : 'es'; 11 11 ?> 12 12 <iframe src="http://www.google.com/calendar/embed?title=<?php echo $title;?>%20&height=600&wkst=1&bgcolor=%23FFFFFF&hl=<?php echo $lang; ?>&src=<?php echo $data['College']['gcalendar_id'];?>&color=%232952A3&ctz=America%2FMexico_City" style=" border-width:0 " width="600" height="600" frameborder="0" scrolling="no"></iframe>
Note: See TracChangeset
for help on using the changeset viewer.
