Changeset 11251
- Timestamp:
- Jun 6, 2011, 7:35:44 PM (13 years ago)
- Location:
- extensions/Comments_on_Albums/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Comments_on_Albums/include/coa_albums.php
r10984 r11251 210 210 // comment content 211 211 $tpl_comment = array( 212 'ID' => $row['id'], 212 213 'AUTHOR' => trigger_event('render_comment_author', $author), 213 214 'DATE' => format_date($row['date'], true), -
extensions/Comments_on_Albums/include/coa_comments_page.php
r10984 r11251 211 211 // comment content 212 212 $tpl_comment = array( 213 'ID' => $comment['comment_id'], 213 214 'CAT_URL' => $url, 214 215 'CAT_NAME' => $name,
Note: See TracChangeset
for help on using the changeset viewer.