htmly/system/admin/views/main.html.php
2021-02-18 14:08:51 +07:00

5 lines
No EOL
193 B
PHP

<?php echo '<h2>' . i18n('Your_recent_posts') . '</h2>';?>
<br>
<a class="btn btn-primary right" href="<?php echo site_url();?>admin/content">Add new post</a>
<br><br>
<?php get_user_posts();?>