Actualizar la acción del formulario de búsqueda a un nuevo endpoint
This commit is contained in:
@@ -575,7 +575,7 @@ if (!empty($displayName)) {
|
||||
<img src="/static/<?= $APP_ICON ?>" alt="<?= htmlspecialchars($APP_NAME) ?>" class="brand-logo">
|
||||
<span class="brand-text"><?= $APP_NAME ?></span>
|
||||
</a>
|
||||
<form class="search-bar" action="/search.php" method="get">
|
||||
<form class="search-bar" action="https://search.tech.eus/s/" method="get">
|
||||
<input type="text" name="q" placeholder="Busca en Axia4" aria-label="Buscar">
|
||||
</form>
|
||||
<div class="header-actions">
|
||||
|
||||
Reference in New Issue
Block a user