htmly/system/admin/views/main.html.php
2015-03-30 19:06:21 +02:00

5 lines
No EOL
113 B
PHP

<?php
echo '<h2>Your recent posts</h2>';
get_recent_posts();
echo '<h2>Static pages</h2>';
get_recent_pages(); ?>