You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
311 B

<div class="creatorMenu">
<h2 class="post-index"><?php echo $heading ?></h2>
</div>
<div class="content-list">
<?php if (!empty($posts)) : ?>
<?php $actionDestination = 'admin/posts'; ?>
<?php include('partials/post-list.html.php'); ?>
<?php else : ?>
<p>No posts found!</p>
<?php endif; ?>
</div>