Changeset 274 for trunk/app/views/colleges/view.ctp
- Timestamp:
- 02/22/08 22:39:23 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/colleges/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/colleges/view.ctp
r251 r274 5 5 echo '<div style="padding:5px;">'. $data['College']['description'] .'</div>'; 6 6 7 echo '<p>'. $html->link Email('Contact us',$data['College']['email']) .'</p>';7 echo '<p>'. $html->link('Contact us', 'mailto:'.$data['College']['email']) .'</p>'; 8 8 9 9 ?>
