Show
Ignore:
Timestamp:
05/21/08 15:27:00 (8 months ago)
Author:
aarkerio
Message:

New Try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/colleges/view.ctp

    r274 r541  
    11<?php 
     2echo $html->div(null,$data['College']['name'],array('style'=>'font-size:16pt;padding-top:10px;color:olive;font-weight:bold;border-bottom:2px solid olive')); 
    23 
    3 echo '<div style="font-size:16pt;padding-top:10px;color:olive;font-weight:bold;border-bottom:2px solid olive;">'. $data['College']['name']     .'</div>'; 
     4echo $html->div(null,  $data['College']['description'], array('style'=>'padding:5px')); 
    45 
    5 echo '<div style="padding:5px;">'. $data['College']['description'] .'</div>'; 
    6  
    7 echo '<p>'. $html->link('Contact us',  'mailto:'.$data['College']['email'])          .'</p>'; 
     6echo $html->para(null, $html->link('Contact us',  'mailto:'.$data['College']['email'])); 
    87 
    98?>