htaccess fini

This commit is contained in:
Yasder5 2026-03-03 22:23:25 +01:00
parent 5071d5f2f3
commit b75ae2542a
22 changed files with 101 additions and 105 deletions

View file

@ -16,7 +16,7 @@
z-index: 1;"{/if}>
<div class="row" >
<div class="col-md-4 text-center">
<img src="{$smarty.env.IMG_USER_PATH}{if ($smarty.env.IMG_USER_PATH|cat:($user->getImage()))|file_exists}{$user->getImage()}{else}images.jpg{/if}" alt="Avatar de {$user->getPseudo()}" class="rounded-circle flex-shrink-0 border border-2 border-white"
<img src="{$smarty.env.BASE_URL}/{$smarty.env.IMG_USER_PATH}{if ($smarty.env.IMG_USER_PATH|cat:($user->getImage()))|file_exists}{$user->getImage()}{else}images.jpg{/if}" alt="Avatar de {$user->getPseudo()}" class="rounded-circle flex-shrink-0 border border-2 border-white"
style="width: 256px; height: 256px; object-fit: cover; margin-top: 8px;{if $user->getPseudo()|stripos:'minou' !== false}
box-shadow: 0 0 0 4px #000; {/if}"
>
@ -56,7 +56,7 @@
border: none !important;
font-weight: bold !important;
transition: transform 0.2s;"{/if}
href="?ctrl=user&action=edit">Edit account</a>
href="{$smarty.env.BASE_URL}/user/edit">Edit account</a>
{/if}
</div>