mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
This commit is contained in:
parent
672aec1278
commit
8d142b7f37
46 changed files with 4860 additions and 94 deletions
10
themes/doks/404-search.html.php
Normal file
10
themes/doks/404-search.html.php
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue