Improve pages/subpages

Allow to reorder the pages and subpages position. Added doks theme
This commit is contained in:
danpros 2024-01-26 08:06:12 +07:00
commit 8d142b7f37
46 changed files with 4860 additions and 94 deletions

View file

@ -0,0 +1,10 @@
<?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>