cloudlog/application/views/public_search/empty.php

5 lines
241 B
PHP
Raw Permalink Normal View History

2023-07-10 22:57:07 +02:00
<div class="container publicsearch">
<h1>Results <small class="text-muted">Searching for <?php echo str_replace("0","&Oslash;",strtoupper($callsign)); ?></small></h1>
2023-12-07 01:20:39 +01:00
<div class="alert alert-danger" role="alert">Nothing found!</div>
2023-07-10 22:57:07 +02:00
</div>