Changeset 165 for trunk/templates/source/recent_posts_content_block.html
- Timestamp:
- Apr 8, 2009, 12:45:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/source/recent_posts_content_block.html
r121 r165 21 21 <{$content.comment_link}> // Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments. 22 22 <{$content.trackback_url}> // Displays the trackback URL for the current post. 23 <{$content.all_in_one}> // Displays the xpress_default theme render. 23 24 <{/foreach}> // End of Loop 24 25 ************************* End of usage ************************ *}> … … 30 31 <ul> 31 32 <{foreach from=$block.contents item=content}> 32 <li> 33 <{$content.post_title}><br /> 34 <{$content.post_content}><br /> 35 <{$content.post_date_time}><br /> 36 <{$content.post_author}><br /> 37 <{$content.post_category}><br /> 38 <{$content.post_tags}><br /> 39 <{$content.post_views}><br /> 40 <{$content.comment_link}><br /> 41 <{$content.trackback_url}> 42 </li> 33 <{$content.all_in_one}> 43 34 <{/foreach}> 44 35 </ul>
Note: See TracChangeset
for help on using the changeset viewer.