mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
5 lines
283 B
PHP
5 lines
283 B
PHP
<div class="container publicsearch">
|
|
<h1><?= __("Results"); ?> <small class="text-muted"><?= __("Searching for"); ?> <?php echo str_replace("0","Ø",strtoupper($callsign)); ?></small></h1>
|
|
<div class="alert alert-danger" role="alert"><?= __("Nothing found!"); ?></div>
|
|
</div>
|