sf-static/flblog/system/admin/views/main.html.php

5 lines
141 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
<?php
echo '<h2>' . i18n('Your_recent_posts') . '</h2>';
get_user_posts();
echo '<h2>' . i18n('Static_pages') . '</h2>';
get_user_pages(); ?>