Changeset 848 for trunk/comments.php
- Timestamp:
- Aug 21, 2005, 11:23:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/comments.php
r801 r848 426 426 427 427 $template->assign_block_vars( 428 ' picture.comment',428 'comment', 429 429 array( 430 'COMMENT_AUTHOR' => $author, 431 'COMMENT_DATE'=>format_date($comment['date'],'mysql_datetime',true), 432 'COMMENT'=>parse_comment_content($comment['content']), 430 'U_PICTURE' => add_session_id($url), 431 'TN_SRC' => $thumbnail_src, 432 'AUTHOR' => $author, 433 'DATE'=>format_date($comment['date'],'mysql_datetime',true), 434 'CONTENT'=>parse_comment_content($comment['content']), 433 435 )); 434 436 }
Note: See TracChangeset
for help on using the changeset viewer.