Logo du site internationalisé
This commit is contained in:
BIN
templates/frontOffice/default2020/assets/dist/img/logo_en.png
vendored
Normal file
BIN
templates/frontOffice/default2020/assets/dist/img/logo_en.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
templates/frontOffice/default2020/assets/dist/img/logo_fr.png
vendored
Normal file
BIN
templates/frontOffice/default2020/assets/dist/img/logo_fr.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -138,7 +138,10 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
<div class="header-custom row">
|
||||
<h1 class="logo-custom logo">
|
||||
<a href="{navigate to="index"}" title="{$store_name}">
|
||||
{$image = {image file="assets/dist/img/logo_{lang attr='code'}.png" failsafe=true}}
|
||||
{if $image == null}
|
||||
{$image = {image file='assets/dist/img/logo.png' failsafe=true}}
|
||||
{/if}
|
||||
{if $image == null}
|
||||
{$image = {image file='assets/dist/img/logo.gif' failsafe=true}}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user