Changeset 772 for trunk/app/views
- Timestamp:
- 09/22/08 10:09:12 (2 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/acquaintances/display.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/acquaintances/display.ctp
r541 r772 6 6 7 7 $tmp = '<h2>'. $val['Acquaintance']['name'] . '</h2>'; 8 $tmp .= para(null, $val['Acquaintance']['description']);9 $tmp .= para(null,$html->link($html->image('static/icon_http.gif', array("alt"=>"Go!", "alt"=>"Go!")),$val['Acquaintance']['url'], null, false, false));8 $tmp .= $html->para(null, $val['Acquaintance']['description']); 9 $tmp .= $html->para(null,$html->link($html->image('static/icon_http.gif', array("alt"=>"Go!", "alt"=>"Go!")),$val['Acquaintance']['url'], null, false, false)); 10 10 11 11 echo $html->div(null, $tmp, array('style'=>'padding:3px;border:1px dotted gray;margin:3px;'));
