Admin panel revamp and simple menu builder

This commit is contained in:
danpros 2021-02-18 14:08:51 +07:00
commit d1f7d279bd
51 changed files with 2946 additions and 1671 deletions

View file

@ -1,5 +1,5 @@
<?php
echo '<h2>' . i18n('Your_recent_posts') . '</h2>';
get_user_posts();
echo '<h2>' . i18n('Static_pages') . '</h2>';
get_user_pages(); ?>
<?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();?>