diff options
Diffstat (limited to 'template/admin/html/post/index.php')
-rw-r--r-- | template/admin/html/post/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php index 124d39b..a78076e 100644 --- a/template/admin/html/post/index.php +++ b/template/admin/html/post/index.php @@ -1,10 +1,10 @@ <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> -<ul class="item-list post"> +<div class="item-container post"> <?php foreach($LIST['POSTS'] as $post): ?> <?php echo $post; ?> <?php endforeach; ?> -</ul> +</div> <?=$PAGINATION['HTML']?>
\ No newline at end of file |