Changeset 591 for trunk/app/views/colleges
- Timestamp:
- 06/06/08 14:59:55 (6 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/colleges/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/colleges/view.ctp
r541 r591 4 4 echo $html->div(null, $data['College']['description'], array('style'=>'padding:5px')); 5 5 6 echo $html->para(null, $html->link( 'Contact us', 'mailto:'.$data['College']['email']));6 echo $html->para(null, $html->link(__('Contact us', true), 'mailto:'.$data['College']['email'])); 7 7 8 8 ?>
