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/blog.ctp

    r633 r634  
    1818     
    1919  if ( $val['Entry']['discution'] == 1):  //is the comments in this entry actived and is an individual entry? 
    20         e($html->div('plink',$html->link(__('Add comment', true).'  ('.count($val['Comment']).')', '/users/entry/'.$val['User']["username"].'/'.$val['Entry']['id']))); 
     20    e($html->div('plink', $html->image('static/comentarios.gif', array('alt'=>__('Add comment', true))).'  '.$html->link(__('Add comment', true).'  ('.count($val['Comment']).')', '/users/entry/'.$val['User']['username'].'/'.$val['Entry']['id']))); 
    2121  endif; 
    2222endforeach;