Changeset 723 for trunk/app/views

Show
Ignore:
Timestamp:
08/13/08 13:51:35 (4 months ago)
Author:
aarkerio
Message:

Little changes

Files:
1 modified

Legend:

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

    r636 r723  
    1919        echo  $html->div(null, $html->image('static/comment.gif', array('alt'=>'Comments')) . '  Comments:', array('id'=>'comments'));   
    2020   else: 
    21         echo '<div id="comments">'.$html->image('static/comment.gif',array("alt"=>"Comments")) .' Comments:<a style="font-size:7pt" href="#new_comment">&gt;&gt;</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">&gt;&gt;</a></div>'; 
    2222   endif; 
    2323