diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 03:57:42 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 03:57:42 +0000 |
| commit | 48f33945f41e0b30628d8d7941fe8d62e88ac97b (patch) | |
| tree | 5d624eda3cf1bd0cdc9e788fbbba5c70a3ddb0e4 /templates/list_posts.tpl | |
| download | blogs-48f33945f41e0b30628d8d7941fe8d62e88ac97b.tar.gz blogs-48f33945f41e0b30628d8d7941fe8d62e88ac97b.tar.bz2 blogs-48f33945f41e0b30628d8d7941fe8d62e88ac97b.zip | |
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'templates/list_posts.tpl')
| -rw-r--r-- | templates/list_posts.tpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl new file mode 100644 index 0000000..81b4176 --- /dev/null +++ b/templates/list_posts.tpl @@ -0,0 +1,17 @@ +{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/list_posts.tpl,v 1.1 2005/06/19 03:57:42 bitweaver Exp $ *} +<div class="floaticon">{bithelp}</div> + +<div class="listing blogs"> + <div class="header"><h1>{tr}Recent Blog Posts{/tr}</h1></div> + + <div class="body"> + {section name=ix loop=$blogPosts} + {include file="bitpackage:blogs/blog_list_post.tpl"} + <a href="{$blogPosts[ix].post_url}">{tr}read post{/tr}</a> + {sectionelse} + <div class="norecords">{tr}No records found{/tr}</div> + {/section} + </div> + + {pagination} +</div> |
