Show
Ignore:
Timestamp:
07/09/08 13:23:48 (5 months ago)
Author:
aarkerio
Message:

Added image and comments fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/users/entry.ctp

    r633 r634  
    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:<a style="font-size:7pt" href="#new_comment">&gt;&gt;</a></div>'; 
    2222   endif; 
    2323