You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php if (!empty($breadcrumb)): ?>
|
|
|
<div class="breadcrumb"><?php echo $breadcrumb ?></div>
|
|
|
<?php endif; ?>
|
|
|
<section class="inpage post section">
|
|
|
<div class="section-inner">
|
|
|
<div class="content">
|
|
|
<div class="item">
|
|
|
<h1 class="title">Search results not found!</h1>
|
|
|
<p>Please search again, or would you like to try our <a href="<?php echo site_url() ?>">homepage</a> instead?</p>
|
|
|
<div class="search-404">
|
|
|
<?php echo search() ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|