You need to be logged in to get access to the forums. You can do so here
| 作者 | 信息 |
|---|---|
|
陈 明星
|
星期一, 2007年 十一月 19日 8:03:09 am Blog Archive现实的月份与实际链接不一致,但是在ez.no里面没有发现别人有疑问,反正自己做了修改,如下: <div class="attribute-archive"> <h1>{"Archive"|i18n("design/ezwebin/blog/extra_info" )}</h1> <ul> {def $timestamp=''} {foreach ezarchive( 'blog_post', $used_node.node_id ) as $archive} {set $timestamp=sum($archive.timestamp, 2592000)} <li><a href={concat( $used_node.url_alias, "/(month)/", $archive.month, "/(year)/", $archive.year )|ezurl} title="">{$archive.timestamp|datetime( 'custom', '%F %Y' )}</a></li> {/foreach} </ul> </div> |