diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
| commit | 9192c18be8675a970c2222a7a37cbea04af2c2e0 (patch) | |
| tree | 1e9a45eb94ca795a0b30bbe2fc01b148910a2635 /templates/center_list_articles.tpl | |
| parent | 6f1cd3787e4b994a76d73b4e024d90bec7482c81 (diff) | |
| download | articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.gz articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.bz2 articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.zip | |
mainly article filter options related changes
Diffstat (limited to 'templates/center_list_articles.tpl')
| -rw-r--r-- | templates/center_list_articles.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/center_list_articles.tpl b/templates/center_list_articles.tpl index 42edde1..790fae0 100644 --- a/templates/center_list_articles.tpl +++ b/templates/center_list_articles.tpl @@ -5,6 +5,8 @@ {formfeedback success=$smarty.request.feedback} + {include file="bitpackage:articles/article_filter_inc.tpl"} + {foreach from=$articles item=article} {include file="bitpackage:articles/article_display.tpl"} {foreachelse} |
