Line | |
---|
1 | <ul class="xpress_recent_comments">
|
---|
2 | <{foreach from=$block.contents item=content}>
|
---|
3 | <li>
|
---|
4 | <{$content.from_auther_to_post}><br />
|
---|
5 | <{$content.comment_ID}><br />
|
---|
6 | <{$content.comment_post_ID}><br />
|
---|
7 | <{$content.comment_date}><br />
|
---|
8 | <{$content.comment_date_time}><br />
|
---|
9 | <{$content.comment_content}><br />
|
---|
10 | <{$content.comment_excerpt}><br />
|
---|
11 | <{$content.comment_link}><br />
|
---|
12 | <{$content.comment_title}><br />
|
---|
13 | <{$content.comment_title_link}><br />
|
---|
14 | <{$content.post_link}><br />
|
---|
15 | <{$content.post_title}><br />
|
---|
16 | <{$content.post_title_link}><br />
|
---|
17 | <{$content.author_link}><br />
|
---|
18 | <{$content.author_name}><br />
|
---|
19 | <{$content.author_name_link}><br />
|
---|
20 | <{$content.comment_type}><br /><br />
|
---|
21 | </li>
|
---|
22 | <{/foreach}>
|
---|
23 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.