XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 15, 2010, 3:32:59 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用に最近の投稿(全ブログ)にnew_markとpost_viewsを追加 Fixes #307

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/templates/source/global_recent_posts_list_block.html

    r537 r545  
    2323                <{$content.post_category}>                              // Displays a link to the category or categories a post belongs to. 
    2424                <{$content.post_tags}>                                  // Displays a link to the tag or tags a post belongs to. 
    25 //              <{$content.post_views}>                                 // Displays the number of posts viewer. 
    26 //              <{$content.new_mark}>                                   // The mark is displayed. The mark is different according to lapsed days from the release date.  
     25                <{$content.post_views}>                                 // Displays the number of posts viewer. 
     26                <{$content.new_mark}>                                   // The mark is displayed. The mark is different according to lapsed days from the release date.  
    2727                <{/foreach}>                                                    // End of Loop 
    2828************************* End of usage ************************ *}> 
     
    3535                <{foreach from=$block.contents item=content}> 
    3636                        <li> 
    37                         <{$content.title_link}><br /> 
     37                        <{$content.new_mark}> <{$content.title_link}><br /> 
    3838                        <{$content.post_date_time}><br /> 
    3939                        <{$content.blog_link}><br /> 
Note: See TracChangeset for help on using the changeset viewer.