Changeset 634 for trunk/app/views/users/blog.ctp
- Timestamp:
- 07/09/08 13:23:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/users/blog.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/users/blog.ctp
r633 r634 18 18 19 19 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']))); 21 21 endif; 22 22 endforeach;
