summaryrefslogtreecommitdiff
path: root/templates/center_list_articles.tpl
blob: 42edde1e7204b1e7e90137513b12ec72d91a0657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="display articles">
	<div class="header">
		<h1>{tr}Articles{/tr}</h1>
	</div>

	{formfeedback success=$smarty.request.feedback}

	{foreach from=$articles item=article}
		{include file="bitpackage:articles/article_display.tpl"}
	{foreachelse}
		<div class="norecords">{tr}No records found{/tr}<br />{smartlink ititle="Write article" ipackage=articles ifile="edit.php"}</div>
	{/foreach}
</div>