Last change
on this file since 44 was
44,
checked in by toemon, 16 years ago
|
全てのブロックが include/xpress_block_render.php内の
function xpress_block_render($mydirname,$block_function_name,$options)
を使用してレンダリングを行うように変更
/include/xoops_block_cache.phpおよび /include/xpress_block_theme.php を include/xpress_block_render.phpに統合
ファイル命名規則
テーマ/blocks/内のファイル名 = ブロックファイル名にthemeを付加した名前にすること
[例] ブロックファイル名 XXX_block.php のとき テーマ/blocks/内のファイル名 = XXX_block_theme.php
テーマ/blocks/内のファイルのfunction名は ブロックファイル名より .phpを取り除いた名前にすること
[例] ブロックファイル名 XXX_block.php のとき テーマ/blocks/内のファイルのfunction名 = XXX_block()
|
File size:
849 bytes
|
Line | |
---|
1 | <ul class="xpress_recent_comments">
|
---|
2 | <!-- The template tag of the following list can be used.
|
---|
3 | <{$content.from_auther_to_post}>
|
---|
4 | <{$content.comment_ID}>
|
---|
5 | <{$content.comment_post_ID}>
|
---|
6 | <{$content.comment_date}>
|
---|
7 | <{$content.comment_date_time}>
|
---|
8 | <{$content.comment_content}>
|
---|
9 | <{$content.comment_excerpt}>
|
---|
10 | <{$content.comment_link}>
|
---|
11 | <{$content.comment_title}>
|
---|
12 | <{$content.comment_title_link}>
|
---|
13 | <{$content.post_link}>
|
---|
14 | <{$content.post_title}>
|
---|
15 | <{$content.post_title_link}>
|
---|
16 | <{$content.author_link}>
|
---|
17 | <{$content.author_name}>
|
---|
18 | <{$content.author_name_link}>
|
---|
19 | <{$content.comment_type}>
|
---|
20 | -->
|
---|
21 |
|
---|
22 | <{foreach from=$block.contents item=content}>
|
---|
23 | <li>
|
---|
24 | <{$content.from_auther_to_post}><br />
|
---|
25 | <{$content.comment_excerpt}><br />
|
---|
26 | <{$content.comment_date_time}><br />
|
---|
27 | </li>
|
---|
28 | <{/foreach}>
|
---|
29 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.