htmly/themes/doks/404-search.html.php
danpros 8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00

10 lines
No EOL
347 B
PHP

<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<article>
<div class="blog-header">
<h1>Search results not found!</h1>
</div>
<div class="content-body">
<p>Please search again, or would you like to visit our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
<?php echo search() ?>
</div>
</article>