Changeset 723 for trunk/app/views/entries
- Timestamp:
- 08/13/08 13:51:35 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/entries/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/view.ctp
r636 r723 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',true).' :<a style="font-size:7pt" href="#new_comment">>></a></div>'; 22 22 endif; 23 23
