Changeset 634 for trunk/app/views/users/entry.ctp
- Timestamp:
- 07/09/08 13:23:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/users/entry.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/users/entry.ctp
r633 r634 19 19 echo $html->div(null, $html->image('static/comment.gif', array('alt'=>'Comments')) . ' Comments:', array('id'=>'comments')); 20 20 else: 21 echo '<div id="comments">' . $html->image('static/comment.gif', array("alt"=>"Comments")) .' Comments:<a style="font-size:7pt" href="#new_comment">>></a></div>';21 echo '<div id="comments">'.$html->image('static/comment.gif',array("alt"=>"Comments")) .' Comments:<a style="font-size:7pt" href="#new_comment">>></a></div>'; 22 22 endif; 23 23
