Cloudlog/application/views/public_search/empty.php

5 wiersze
241 B
PHP

2023-07-10 20:57:07 +00: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 00:20:39 +00:00
<div class="alert alert-danger" role="alert">Nothing found!</div>
2023-07-10 20:57:07 +00:00
</div>