aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/html/post/index.php
blob: 1ae8471de706cbe586a942278a2a917f6aa1e627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>
	<i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?>
	<a class="brackets" href="<?=Application::getAdminURL("post/insert.php")?>"><?=$Language->text('insert')?></a>
</h1>
<p><?=$Language->text('overview_post_desc')?></p>

<div class="item-container post">
	<?php foreach($LIST['POSTS'] as $post): ?>
		<?php echo $post; ?>
	<?php endforeach; ?>
</div>

<?=$PAGINATION['HTML']?>