update
This commit is contained in:
+4
-10
@@ -6,12 +6,8 @@
|
||||
<div style="display: flex; align-items: center; gap: 5px; flex-wrap: wrap;">
|
||||
<a href="/" style="font-weight: bold;">Innercys</a>
|
||||
</div>
|
||||
<div
|
||||
class="language-switcher-container"
|
||||
>
|
||||
<select
|
||||
class="language-switcher"
|
||||
>
|
||||
<div class="language-switcher-container">
|
||||
<select class="language-switcher">
|
||||
<option value="es">Español</option>
|
||||
<option disabled value="en">English</option>
|
||||
<option disabled value="eu">Euskara</option>
|
||||
@@ -19,10 +15,8 @@
|
||||
</div>
|
||||
<!-- Avatar iniciales con fondo degradado -->
|
||||
<a href="/cuenta" style="display: flex; align-items: center; gap: 5px;">
|
||||
<div
|
||||
style="width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #0c616e, #001873); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;"
|
||||
>
|
||||
|
||||
<div style="width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #0c616e, #001873); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;">
|
||||
<?= $_SERVER["HTTP_REMOTE_NAME"] ?? "?" ?>
|
||||
</div>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user