htmly/themes/blog/no-posts.html.php
2025-07-05 08:09:08 +07:00

5 lines
No EOL
224 B
PHP

<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<h1><?php echo i18n('No_posts_found');?>!</h1>
<div class="content-body">
<p>Create a blog post or set the frontpage display to static page to remove this message.</p>
</div>