Show Only Something In The Near The Logo Template Only On The Index Page

Hello,



I'm using cs-cart 4 and i want to show something near the logo only on the home / index page.



Anybody know how i can fix that?


```php

{** block-description:tmpl_logo **}



{$logos.theme.image.alt}


```

Thank you

You can do this with ;



{if $location_data.dispatch == “index.index”} your html content here {/if}



But you can add new block behind the logo block. It is your choise.



I hope its help.

Thank you.



It works great.